From b118ab23564056afb3b1ae30d8c00ebdba55c4b3 Mon Sep 17 00:00:00 2001 From: click Date: Thu, 29 Jul 2010 17:15:03 +0200 Subject: remove ANSI escape codes from auth/worldserver error-output since it doesn't work on MS-based OS'es *sighs* --HG-- branch : trunk --- src/server/worldserver/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/worldserver/Main.cpp') diff --git a/src/server/worldserver/Main.cpp b/src/server/worldserver/Main.cpp index 6d6e595772c..71fd88ce7df 100644 --- a/src/server/worldserver/Main.cpp +++ b/src/server/worldserver/Main.cpp @@ -133,8 +133,8 @@ extern int main(int argc, char **argv) if (!sConfig.SetSource(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"); + sLog.outError("Invalid or missing configuration file : %s", cfg_file); + sLog.outError("Verify that the file exists and has \'[worldserver]' written in the top of the file!"); return 1; } sLog.outString("Using configuration file %s.", cfg_file); -- cgit v1.2.3