diff -r 13074c9a7ab0 -r 09fbb0da1bcf src/gtkdebug.c --- a/src/gtkdebug.c Sat Apr 26 07:55:04 2003 +0000 +++ b/src/gtkdebug.c Sat Apr 26 08:24:03 2003 +0000 @@ -144,7 +144,7 @@ if (category == NULL) g_print("%s", arg_s); else - g_print("%s: %s", arg_s); + g_print("%s: %s", category, arg_s); } g_free(arg_s);