diff libpurple/protocols/jabber/disco.c @ 15661:afa4230ccdd2

Change this printf to a gaim_debug_info()
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 19 Feb 2007 01:45:11 +0000
parents ccbdf500f13a
children 32c366eeeb99
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c	Sun Feb 18 20:27:25 2007 +0000
+++ b/libpurple/protocols/jabber/disco.c	Mon Feb 19 01:45:11 2007 +0000
@@ -274,7 +274,7 @@
 		g_free(js->server_name);
 		js->server_name = g_strdup(name);
 		if (!strcmp(name, "Google Talk")) {
-		  printf("ADSFADFAFAFADF !!!!\n");
+		  gaim_debug_info("jabber", "Google Talk!");
 		  js->googletalk = TRUE;
 		}
 	}