diff options
| author | Stefano Borzì <stefanoborzi32@gmail.com> | 2020-08-24 09:48:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 09:48:05 +0200 |
| commit | 78e2e551e51aca63ce945fb18e952453a5b3565c (patch) | |
| tree | 1ce729f3e78614e42bdea3209a5a33437622e04b /src/common/Configuration/Config.cpp | |
| parent | 78a02c8fd1f3d5a84e64787b9d46505541c6c3b2 (diff) | |
fix(build): remove warning (#3205)
Diffstat (limited to 'src/common/Configuration/Config.cpp')
| -rw-r--r-- | src/common/Configuration/Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Configuration/Config.cpp b/src/common/Configuration/Config.cpp index 6da1201376..9c1a2b722b 100644 --- a/src/common/Configuration/Config.cpp +++ b/src/common/Configuration/Config.cpp @@ -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; |
