diff src/buddy.c @ 5213:1cf4eb75e3ee

[gaim-migrate @ 5583] More debug_printf -> gaim_debug. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 07:15:59 +0000
parents 0241d6b6702d
children
line wrap: on
line diff
--- a/src/buddy.c	Sat Apr 26 06:46:59 2003 +0000
+++ b/src/buddy.c	Sat Apr 26 07:15:59 2003 +0000
@@ -1720,7 +1720,9 @@
 		} else {
 			/* we're logging in or something... do nothing */
 			/* or should I make the blist? */
-			debug_printf("docklet_toggle called with connections but no blist!\n");
+			gaim_debug(GAIM_DEBUG_WARNING, "blist",
+					   "docklet_toggle called with connections "
+					   "but no blist!\n");
 		}
 	} else if (mainwindow) {
 		if (GTK_WIDGET_VISIBLE(mainwindow)) {