hae
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user