aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/authserver/Main.cpp4
-rw-r--r--src/server/worldserver/Main.cpp4
2 files changed, 4 insertions, 4 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();
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);