diff options
author | click <none@none> | 2010-07-31 03:12:51 +0200 |
---|---|---|
committer | click <none@none> | 2010-07-31 03:12:51 +0200 |
commit | c298bdb66292587a6a178f5d462fcc20cbaf3b32 (patch) | |
tree | 2c8c314ff4b5b32d7913969492354f4b07271e4c /src/server/authserver/Main.cpp | |
parent | e5881d95907622d1e00944a4519eb47d2fad3a16 (diff) |
Remove duplicate "Error:" from some outError messages...
--HG--
branch : trunk
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(); } } |