pidgin/plugins/crazychat/util.h

changeset 15884
4de1981757fc
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
--- a/pidgin/plugins/crazychat/util.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/pidgin/plugins/crazychat/util.h	Mon Mar 19 07:01:17 2007 +0000
@@ -33,7 +33,7 @@
 #define Debug(x, args...)						\
 	do {								\
 		printf(x, ## args);					\
-		gaim_debug(GAIM_DEBUG_INFO, "crazychat", x, ## args);	\
+		purple_debug(PURPLE_DEBUG_INFO, "crazychat", x, ## args);	\
 	} while (0)
 #else
 #define Debug(x, args...) do{}while(0)

mercurial