Fix inconsistant uppercase server in logs

This commit is contained in:
ChillerDragon 2019-04-30 01:01:43 +02:00
parent 4f99623b5e
commit 7a7caabbec

View file

@ -2200,7 +2200,7 @@ void CServer::ConStatus(IConsole::IResult *pResult, void *pUser)
{
str_format(aBuf, sizeof(aBuf), "id=%d addr=<{%s}> connecting", i, aAddrStr);
}
pThis->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "Server", aBuf);
pThis->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "server", aBuf);
}
}