Mercurial > pidgin
changeset 3519:c078fba4d7e3
[gaim-migrate @ 3592]
2 printf's in buddy.c should be debug_printfs
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 16 Sep 2002 15:09:13 +0000 |
parents | 5de4a27d7513 |
children | 0cf6fee378fc |
files | src/buddy.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Mon Sep 16 08:37:52 2002 +0000 +++ b/src/buddy.c Mon Sep 16 15:09:13 2002 +0000 @@ -2057,14 +2057,14 @@ void docklet_add() { docklet_count++; - printf("docklet_count: %d\n",docklet_count); + debug_printf("docklet_count: %d\n",docklet_count); } void docklet_remove() { if (docklet_count) { docklet_count--; } - printf("docklet_count: %d\n",docklet_count); + debug_printf("docklet_count: %d\n",docklet_count); if (!docklet_count) { if (connections) { unhide_buddy_list();