Remove duplicate "Error:" from some outError messages...

--HG--
branch : trunk
This commit is contained in:
click
2010-07-31 03:12:51 +02:00
parent e5881d9590
commit c298bdb662
7 changed files with 8 additions and 8 deletions

View File

@@ -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("");
}
}