aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver/Master.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-07-31 03:12:51 +0200
committerclick <none@none>2010-07-31 03:12:51 +0200
commitc298bdb66292587a6a178f5d462fcc20cbaf3b32 (patch)
tree2c8c314ff4b5b32d7913969492354f4b07271e4c /src/server/worldserver/Master.cpp
parente5881d95907622d1e00944a4519eb47d2fad3a16 (diff)
Remove duplicate "Error:" from some outError messages...
--HG-- branch : trunk
Diffstat (limited to 'src/server/worldserver/Master.cpp')
-rw-r--r--src/server/worldserver/Master.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/Master.cpp b/src/server/worldserver/Master.cpp
index fd2e7217daa..ce2f442fa8f 100644
--- a/src/server/worldserver/Master.cpp
+++ b/src/server/worldserver/Master.cpp
@@ -311,7 +311,7 @@ int Master::Run()
if(SetPriorityClass(hProcess,HIGH_PRIORITY_CLASS))
sLog.outString("TrinityCore process priority class set to HIGH");
else
- sLog.outError("ERROR: Can't set Trinityd process priority class.");
+ sLog.outError("Can't set Trinityd process priority class.");
sLog.outString("");
}
}