diff -r 13c1a4e0ac89 -r 6b44f7901f94 plugins/idle.c --- 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;