forked from lthn/blockchain
Update log message for API server shutdown in daemon
This commit is contained in:
parent
13f985b67c
commit
a947670d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ int main(int argc, char* argv[])
|
||||||
LOG_PRINT_L0("Stopping API server...");
|
LOG_PRINT_L0("Stopping API server...");
|
||||||
api_server.stop();
|
api_server.stop();
|
||||||
api_server.wait();
|
api_server.wait();
|
||||||
LOG_PRINT_L0("API server thread joined.");
|
LOG_PRINT_L0("API server stopped");
|
||||||
|
|
||||||
//stop other components
|
//stop other components
|
||||||
if (stratum_enabled)
|
if (stratum_enabled)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue