diff -r 969b74a3e27a -r 4de1981757fc pidgin/plugins/crazychat/util.h --- 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)