Amiga: DebugPrintF is OS4-only

This commit is contained in:
Chris Young 2019-08-10 14:51:15 +01:00
parent 765c9c6654
commit ef75d670d6
1 changed files with 2 additions and 0 deletions

View File

@ -2440,9 +2440,11 @@ gui_window_console_log(struct gui_window *g,
TAG_DONE);
}
#ifdef __amigaos4__
DebugPrintF("NETSURF: CONSOLE_LOG SOURCE %s %sFOLDABLE %s %.*s\n",
src_text, foldable ? "" : "NOT-", level_text,
(int)msglen, msg);
#endif
}