diff options
Diffstat (limited to 'src/server/worldserver/Main.cpp')
-rw-r--r-- | src/server/worldserver/Main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/worldserver/Main.cpp b/src/server/worldserver/Main.cpp index 3e3310c613a..6d6e595772c 100644 --- a/src/server/worldserver/Main.cpp +++ b/src/server/worldserver/Main.cpp @@ -133,7 +133,8 @@ extern int main(int argc, char **argv) if (!sConfig.SetSource(cfg_file)) { - sLog.outError("Could not find configuration file %s.", cfg_file); + sLog.outError("\x1b[31mInvalid or missing configuration file :\x1b[0m %s", cfg_file); + sLog.outError("\x1b[31mVerify that the file exists and has \'\x1b[0m[worldserver]\x1b[31m\' written in the top of the file!\x1b[0m"); return 1; } sLog.outString("Using configuration file %s.", cfg_file); |