This commit is contained in:
Jonas Zeunert
2020-01-09 20:27:50 +01:00

View File

@@ -66,7 +66,7 @@ std::map<std::string, std::shared_ptr<ItemType>> get_items(const std::string &co
}
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);
}