Merge branch 'master' of github.com:swinginbird/flippr-code
This commit is contained in:
@@ -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..."));
|
||||
|
||||
Reference in New Issue
Block a user