changeset 5217:6afeab1955b2

[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 <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 08:24:03 +0000
parents 00bd3019749e
children 4ee151ad8233
files src/gtkdebug.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);