Mercurial > pidgin
changeset 27072:cb3e89f5a2d5
disapproval of revision '31f78d91abb7452e597bbd0f20f910c6cbb56099'
This is annoying me and wasn't helpful for the Adium bug.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 27 Jun 2009 17:50:35 +0000 |
parents | 5bbdb0a93c52 |
children | 916f266aca98 |
files | libpurple/protocols/jabber/ping.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/ping.c Sun Jun 07 18:45:17 2009 +0000 +++ b/libpurple/protocols/jabber/ping.c Sat Jun 27 17:50:35 2009 +0000 @@ -33,11 +33,9 @@ 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