aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Main.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-07-29 17:15:03 +0200
committerclick <none@none>2010-07-29 17:15:03 +0200
commitb118ab23564056afb3b1ae30d8c00ebdba55c4b3 (patch)
treef9ed22a2836f3b64ce9de3a49769a57fe1a990fe /src/server/authserver/Main.cpp
parent9f2b225c891c7e23f2513de4a1ade7b79d1f6860 (diff)
remove ANSI escape codes from auth/worldserver error-output since it doesn't work on MS-based OS'es *sighs*
--HG-- branch : trunk
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r--src/server/authserver/Main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp
index 95dfb854b5e..690937d9572 100644
--- a/src/server/authserver/Main.cpp
+++ b/src/server/authserver/Main.cpp
@@ -165,8 +165,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[authserver]\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 \'[authserver]\' written in the top of the file!");
return 1;
}
sLog.Initialize();