--- a/src/protocols/gg/common.c Thu May 06 20:16:14 2004 +0000 +++ b/src/protocols/gg/common.c Thu May 06 22:38:01 2004 +0000 @@ -1,4 +1,4 @@ -/* $Id: common.c 3850 2002-10-16 19:57:03Z hermanator $ */ +/* $Id: common.c 9665 2004-05-06 22:38:01Z thekingant $ */ /* * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>, @@ -18,6 +18,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "debug.h" + #include <stdio.h> #include <stdlib.h> #ifndef _WIN32 @@ -64,7 +66,8 @@ if ((gg_debug_level & level)) { va_start(ap, format); - vprintf(format, ap); + /* vprintf(format, ap); */ + gaim_debug_vargs(GAIM_DEBUG_INFO, "gg", format, ap); va_end(ap); } }