debug_out -> debug_printf; MICROLOG moved to ps/Pyrogenesis.h

This was SVN commit r2285.
This commit is contained in:
janwas
2005-05-11 18:56:30 +00:00
parent 122b3aeb86
commit fd4eb91e93
25 changed files with 71 additions and 67 deletions
+1 -1
View File
@@ -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)
{