diff src/protocols/gg/common.c @ 8896:136b4e159d04

[gaim-migrate @ 9665] Fix a gadu-gadu warning about the number of steps when signing on. And make debugging info go to the debug window rather than spewing all over my pretty terminal. I have to get it dry cleaned now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 22:38:01 +0000
parents 988485669631
children 6a1f2c444ee7
line wrap: on
line diff
--- 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);
 	}
 }