File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/gamelog.cpp
Show inline comments
 
@@ -356,7 +356,7 @@ static int _gamelog_print_level = 0; ///
 

	
 
static void GamelogPrintDebugProc(const char *s)
 
{
 
	DEBUG(gamelog, _gamelog_print_level, "%s", s);
 
	Debug(gamelog, _gamelog_print_level, "{}", s);
 
}