log message ipdated

This commit is contained in:
Johannes Wendel
2020-01-09 19:53:02 +01:00
parent f5e2b1d0cd
commit 264af20050

View File

@@ -66,7 +66,7 @@ std::map<std::string, std::shared_ptr<ItemType>> get_items(const std::string &co
} }
catch(json::exception & e) catch(json::exception & e)
{ {
CLOG(ERROR, OUTPUT_LOGGER) << "File " << config_path << " seems to be corrupted: " << ": " << e.what(); CLOG(ERROR, OUTPUT_LOGGER) << "File " << config_path << " seems to be corrupted: " << e.what();
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }