shorten line

This commit is contained in:
Dennis Luxen 2014-04-28 12:54:11 +02:00
parent 02dc3dee04
commit 0167dfc3c9

View File

@ -172,7 +172,7 @@ int main (int argc, const char * argv[])
if (!server_thread.timed_join(boost::posix_time::seconds(2))) if (!server_thread.timed_join(boost::posix_time::seconds(2)))
{ {
SimpleLogger().Write(logDEBUG) << "Threads did not finish within 2 seconds. Hard abort!"; SimpleLogger().Write(logWARNING) << "Didn't exit within 2 seconds. Hard abort!";
} }
} }