Skip to content

Commit

Permalink
Merge pull request ddnet#8732 from heinrich5991/pr_ddnet_louder_sixup…
Browse files Browse the repository at this point in the history
…_disabling

Complain on higher log level that 0.7 support was disabled
  • Loading branch information
def- authored Aug 15, 2024
2 parents 6754b5f + 438e04f commit 2748cf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/engine/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 2748cf5

Please sign in to comment.