Update launcher.cpp

This commit is contained in:
Amos 2022-05-11 10:30:08 +02:00
parent 473db0e320
commit e12469bcbe

View File

@ -109,7 +109,7 @@ string LoadConfigFile(const string& svConfig)
}
else
{
spdlog::error("{}: '{}' does not exist!\n", __FUNCTION__, svConfig.c_str());
spdlog::error("{:s}: '{:s}' does not exist!\n", __FUNCTION__, svConfig.c_str());
cfgFile.close();
return "";
}