mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[10583] Remove dual ERROR in logs
This commit is contained in:
parent
f41909a14b
commit
15e6c17158
5 changed files with 5 additions and 5 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue