diff plugins/timestamp.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/timestamp.c	Sat Apr 26 15:42:36 2003 +0000
+++ b/plugins/timestamp.c	Sat Apr 26 17:36:52 2003 +0000
@@ -50,7 +50,7 @@
 	tm = 0;
 	
 	tm = CLAMP(gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(spinner)), 1, G_MAXINT);
-	debug_printf("setting  time to %d mins\n", tm);
+	gaim_debug(GAIM_DEBUG_MISC, "timestamp", "setting  time to %d mins\n", tm);
 	
 	tm = tm * 60 * 1000;