#40 Fix building with debug enabled set to false

feature/AddMoreDPRS_#12
Geoffrey Merck 2 years ago
parent a63317b483
commit 93b1b1fa45

@ -339,7 +339,7 @@ void* CDRATSServer::Entry()
}
catch (std::exception& e) {
std::string message(e.what());
CLog::logError("Exception raised in the D-RATS Server thread - \"%s\""), message.c_str();
CLog::logError("Exception raised in the D-RATS Server thread - \"%s\"", message.c_str());
}
catch (...) {
CLog::logError("Unknown exception raised in the D-RATS Server thread");

Loading…
Cancel
Save

Powered by TurnKey Linux.