changeset 29428:08cc1cf27ac4

jabber: Log a more useful message on unhandled IQs
author Paul Aurich <paul@darkrain42.org>
date Fri, 12 Feb 2010 21:00:35 +0000
parents f7f14706618b
children b5af0c398c69 95b67cadb02e 18773d906caf
files libpurple/protocols/jabber/iq.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/iq.c	Fri Feb 12 20:58:53 2010 +0000
+++ b/libpurple/protocols/jabber/iq.c	Fri Feb 12 21:00:35 2010 +0000
@@ -379,7 +379,7 @@
 		}
 	}
 
-	purple_debug_info("jabber", "jabber_iq_parse\n");
+	purple_debug_misc("jabber", "Unhandled IQ with id %s\n", id);
 
 	/* If we get here, send the default error reply mandated by XMPP-CORE */
 	if(type == JABBER_IQ_SET || type == JABBER_IQ_GET) {