Updated the logging system
This commit is contained in:
@@ -83,7 +83,7 @@ void server::cancelShutdown(bool notify) {
|
||||
current->active = false;
|
||||
current->shutdownNotify.notify_all();
|
||||
if(!threads::save_join(current->shutdown_thread)) {
|
||||
logCritical("Could not terminal shutdown thread!");
|
||||
logCritical(LOG_GENERAL, "Could not terminate shutdown thread!");
|
||||
current->shutdown_thread.detach();
|
||||
}
|
||||
currentShutdown = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user