mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Remove duplicate "Error:" from some outError messages...
--HG-- branch : trunk
This commit is contained in:
@@ -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("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user