Mercurial > pidgin
changeset 28803:cb28babdf3fe
merge of '773d9ac497939f57a24695fab18a54da73d55aeb'
and '97b2685bf2254aa12c4030861adf51107f366f25'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 15 Dec 2009 08:58:09 +0000 |
parents | 20f4bce8894d (diff) 19be6fe515ca (current diff) |
children | 57ee55097ec8 |
files | |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Mon Dec 14 23:57:26 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.c Tue Dec 15 08:58:09 2009 +0000 @@ -639,10 +639,11 @@ js->srv_query_data = NULL; if (responses == NULL) { + purple_debug_warning("jabber", "Unable to find alternative XMPP connection " + "methods after failing to connect directly."); purple_connection_error_reason(js->gc, PURPLE_CONNECTION_ERROR_NETWORK_ERROR, - _("Unable to find alternative XMPP connection " - "methods after failing to connect directly.")); + _("Unable to connect")); return; }