mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
Complain on higher log level that 0.7 support was disabled
Not sure why it was on debug level before.
This commit is contained in:
parent
6754b5ff45
commit
438e04f785
|
@ -2591,9 +2591,8 @@ int CServer::LoadMap(const char *pMapName)
|
|||
{
|
||||
m_pRegister->OnConfigChange();
|
||||
}
|
||||
str_format(aBufMsg, sizeof(aBufMsg), "couldn't load map %s", aBuf);
|
||||
Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "sixup", aBufMsg);
|
||||
Console()->Print(IConsole::OUTPUT_LEVEL_ADDINFO, "sixup", "disabling 0.7 compatibility");
|
||||
log_error("sixup", "couldn't load map %s", aBuf);
|
||||
log_info("sixup", "disabling 0.7 compatibility");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue