Merge branch 'master' of github.com:swinginbird/flippr-code

This commit is contained in:
Johannes Wendel
2019-08-06 20:57:23 +02:00

View File

@@ -54,7 +54,7 @@ void FlippRServer::parse_server_config_file()
catch(const std::exception e)
{
logger().information(FCYN("server_config.json not specified!"));
return;
Application::EXIT_USAGE;
}
try
@@ -64,7 +64,7 @@ void FlippRServer::parse_server_config_file()
catch(const std::exception e)
{
logger().information(FRED("server_config.json not readable!"));
return;
Application::EXIT_IOERR;
}
logger().information(FCYN("Parsing server_config.json..."));