# HG changeset patch # User Paul Aurich # Date 1266008435 0 # Node ID 08cc1cf27ac4c2a63ee80e279aa1b060e5fcd210 # Parent f7f14706618b522bd351faa382a6f2d7accc6302 jabber: Log a more useful message on unhandled IQs diff -r f7f14706618b -r 08cc1cf27ac4 libpurple/protocols/jabber/iq.c --- 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) {