fix(build): remove warning (#3205)

This commit is contained in:
Stefano Borzì
2020-08-24 09:48:05 +02:00
committed by GitHub
parent 78a02c8fd1
commit 78e2e551e5

View File

@@ -209,7 +209,7 @@ bool ConfigMgr::LoadAppConfigs(std::string const& applicationName /*= "worldserv
// #2 - Load .conf file
if (!sConfigMgr->LoadMore(_initConfigFile))
{
sLog->outString("");
sLog->outString();
sLog->outString("Load config error. Invalid or missing configuration file: %s", _initConfigFile.c_str());
sLog->outString("Verify that the file exists and has \'[%s]' written in the top of the file!", applicationName.c_str());
return false;