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

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