Add properl file log closing to queryserv

This commit is contained in:
Akkadius 2015-01-21 18:51:26 -06:00
parent 37b5442028
commit ab82fc1702

View File

@ -120,6 +120,7 @@ int main() {
timeout_manager.CheckTimeouts();
Sleep(100);
}
Log.CloseFileLogs();
}
void UpdateWindowTitle(char* iNewTitle) {