comparison src/gtkdebug.c @ 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 49f0de976037
children 1f901484599d
comparison
equal deleted inserted replaced
5216:00bd3019749e 5217:6afeab1955b2
142 142
143 if (opt_debug) { 143 if (opt_debug) {
144 if (category == NULL) 144 if (category == NULL)
145 g_print("%s", arg_s); 145 g_print("%s", arg_s);
146 else 146 else
147 g_print("%s: %s", arg_s); 147 g_print("%s: %s", category, arg_s);
148 } 148 }
149 149
150 g_free(arg_s); 150 g_free(arg_s);
151 } 151 }
152 152