mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-18 15:59:55 +02:00
Fix small formatting mistake
This commit is contained in:
@@ -109,7 +109,7 @@ string LoadConfigFile(const string& svConfig)
|
||||
}
|
||||
else
|
||||
{
|
||||
spdlog::error("%s: '%s' does not exist!\n", __FUNCTION__, svConfig.c_str());
|
||||
spdlog::error("{}: '{}' does not exist!\n", __FUNCTION__, svConfig.c_str());
|
||||
cfgFile.close();
|
||||
return "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user