[10583] Remove dual ERROR in logs

This commit is contained in:
VladimirMangos 2010-10-07 01:56:57 +04:00
parent f41909a14b
commit 15e6c17158
5 changed files with 5 additions and 5 deletions

View file

@ -279,7 +279,7 @@ extern int main(int argc, char **argv)
if(SetPriorityClass(hProcess,HIGH_PRIORITY_CLASS))
sLog.outString("realmd 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();
}
}