# HG changeset patch # User Christian Hammond # Date 1051345443 0 # Node ID 6afeab1955b203f45dfa92a4388ddc71d349062d # Parent 00bd3019749e0b2ac19c1ec23d0fcc2707287cae [gaim-migrate @ 5587] faceprint is right. I don't deserve to be in the about box! I'll remove my name on the next commit. committer: Tailor Script diff -r 00bd3019749e -r 6afeab1955b2 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);