mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix small formatting mistake
This commit is contained in:
parent
601799430c
commit
e1a76e3e28
@ -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 "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user