mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 12:54:11 +00:00
debug_out -> debug_printf; MICROLOG moved to ps/Pyrogenesis.h
This was SVN commit r2285.
This commit is contained in:
@@ -355,7 +355,7 @@ void ScriptingHost::ErrorReporter(JSContext * context, const char * message, JSE
|
||||
{
|
||||
UNUSED(context);
|
||||
|
||||
debug_out("%s(%d) : %s\n", report->filename, report->lineno, message);
|
||||
debug_printf("%s(%d) : %s\n", report->filename, report->lineno, message);
|
||||
|
||||
if (g_Console)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user