1
0
Fork 0
forked from lthn/blockchain

Update log message for API server shutdown in daemon

This commit is contained in:
snider 2025-10-15 21:02:04 +01:00
parent 13f985b67c
commit a947670d2c

View file

@ -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)