Updated the logging system

This commit is contained in:
WolverinDEV
2019-11-23 21:16:55 +01:00
parent b7d60361c0
commit fb5dc72970
28 changed files with 135 additions and 104 deletions
+1 -1
View File
@@ -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;