logger back

This commit is contained in:
Johannes Wendel
2019-11-07 23:42:51 +01:00
parent 8fea6dda27
commit f823eee5d2

View File

@@ -171,7 +171,7 @@ int FlippRServer::main(const std::vector<std::string>& args)
{ {
if(!help_requested) if(!help_requested)
{ {
//logger().information("Server running!"); logger().information("Server running!");
waitForTerminationRequest(); waitForTerminationRequest();
} }
return Application::EXIT_OK; return Application::EXIT_OK;
@@ -200,7 +200,7 @@ TCPServer* FlippRServer::build_input_server()
if (socket_file.exists()) if (socket_file.exists())
{ {
socket_file.remove(); socket_file.remove();
//logger().information("Seems that server is already running. Make sure that only one instance of server is running."); logger().information("Seems that server is already running. Make sure that only one instance of server is running.");
} }