# HG changeset patch # User Paul Aurich # Date 1244400317 0 # Node ID 5bbdb0a93c528e944612c3cb006af6c84c1dae91 # Parent d570d1e103826f9d8e34b20956b14f90c7504e66 Re-add annoying debug output for Adium#12351 (I must be missing something, because I don't see why it's occurring) diff -r d570d1e10382 -r 5bbdb0a93c52 libpurple/protocols/jabber/ping.c --- a/libpurple/protocols/jabber/ping.c Sun Jun 07 17:07:33 2009 +0000 +++ b/libpurple/protocols/jabber/ping.c Sun Jun 07 18:45:17 2009 +0000 @@ -33,9 +33,11 @@ xmlnode *packet, gpointer data) { if (js->keepalive_timeout != 0) { + purple_debug_misc("jabber", "Keepalive PONG\n"); purple_timeout_remove(js->keepalive_timeout); js->keepalive_timeout = 0; - } + } else + purple_debug_warning("jabber", "Keepalive PONG with no outstanding timeout!\n"); } void