diff options
Diffstat (limited to 'src/gui/gtk/gui-display.c')
-rw-r--r-- | src/gui/gtk/gui-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gtk/gui-display.c b/src/gui/gtk/gui-display.c index 77e983482..29c3a4690 100644 --- a/src/gui/gtk/gui-display.c +++ b/src/gui/gtk/gui-display.c @@ -710,7 +710,7 @@ gui_printf_color_type (t_gui_window *window, int type, int color, char *message, if (window == NULL) { - log_printf ("gui_printf without window! this is a bug, please send to developers - thanks\n"); + wee_log_printf ("gui_printf without window! this is a bug, please send to developers - thanks\n"); return; } } |