This commit is contained in:
konstin
2014-07-08 18:37:02 +02:00
parent 240f0ec6b7
commit eb0120fb77

View File

@@ -93,7 +93,7 @@ void GrandPrixManager::load(const std::string& filename)
catch (std::runtime_error& e)
{
Log::error("GrandPrixManager",
"Ignoring grand prix %s (%s)\n", filename.c_str(), e.what());
"Ignoring Grand Prix %s (%s)\n", filename.c_str(), e.what());
}
} // load