diff options
Diffstat (limited to 'src/server/authserver/Main.cpp')
-rw-r--r-- | src/server/authserver/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 690937d9572..addcc425211 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -281,7 +281,7 @@ extern int main(int argc, char **argv) if (SetPriorityClass(hProcess,HIGH_PRIORITY_CLASS)) sLog.outString("TrinityRealm process priority class set to HIGH"); else - sLog.outError("ERROR: Can't set realmd process priority class."); + sLog.outError("Can't set realmd process priority class."); sLog.outString(); } } |