libpurple/protocols/jabber/jabber.c

branch
cpw.malu.xmpp.google_relay
changeset 29473
5fa668c7ddb6
parent 29470
131f66d844dc
parent 29137
53b3ca48818e
child 29475
dac1cbec5a2f
--- a/libpurple/protocols/jabber/jabber.c	Thu Dec 10 21:36:41 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Fri Jan 08 23:22:19 2010 +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;
 	}
 

mercurial