diff plugins/idle.c @ 5227:6d1707dc8c3d

[gaim-migrate @ 5597] debug_printf -> gaim_debug committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 17:36:52 +0000
parents fefad67de2c7
children 1f901484599d
line wrap: on
line diff
--- a/plugins/idle.c	Sat Apr 26 15:42:36 2003 +0000
+++ b/plugins/idle.c	Sat Apr 26 17:36:52 2003 +0000
@@ -20,7 +20,8 @@
 	if (!gc) {
 		return;
 	}
-	debug_printf("setting idle time for %s to %d\n", gc->username, tm);
+	gaim_debug(GAIM_DEBUG_INFO, "idle",
+			   "setting idle time for %s to %d\n", gc->username, tm);
 	time(&t);
 	t -= 60 * tm;
 	gc->lastsent = t;