Reduce the debug noise a bit, since we print out the relay HTTP response cpw.malu.xmpp.google_relay

Wed, 30 Sep 2009 18:53:47 +0000

author
Marcus Lundblad <malu@pidgin.im>
date
Wed, 30 Sep 2009 18:53:47 +0000
branch
cpw.malu.xmpp.google_relay
changeset 28596
efc266a6c069
parent 28595
fd8efcf3afac
child 28597
0e06c97202e9

Reduce the debug noise a bit, since we print out the relay HTTP response
anyway...

libpurple/protocols/jabber/google.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/jabber/google.c	Mon Sep 28 20:56:39 2009 +0000
+++ b/libpurple/protocols/jabber/google.c	Wed Sep 30 18:53:47 2009 +0000
@@ -356,9 +356,6 @@
 	for (; lines[i] ; i++) {
 		gchar *line = lines[i];
 		gchar **parts = g_strsplit(line, "=", 2);
-
-		purple_debug_info("jabber", "parsing line %s in Google relay response\n",
-			line);
 		
 		if (parts[0] && parts[1]) {
 			if (purple_strequal(parts[0], "relay.ip")) {

mercurial