mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-20 09:39:18 +03:00
Amiga: DebugPrintF is OS4-only
This commit is contained in:
parent
765c9c6654
commit
ef75d670d6
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user