forked from mirror/OpenTTD
Codechange: convert printf DEBUG statements to fmt Debug statements
This commit is contained in:
@@ -356,7 +356,7 @@ static int _gamelog_print_level = 0; ///< gamelog debug level we need to print s
|
||||
|
||||
static void GamelogPrintDebugProc(const char *s)
|
||||
{
|
||||
DEBUG(gamelog, _gamelog_print_level, "%s", s);
|
||||
Debug(gamelog, _gamelog_print_level, "{}", s);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user