libpurple/protocols/jabber/jabber.c

branch
cpw.darkrain42.xmpp.bosh
changeset 26662
fe195346fe5b
parent 26660
be0a41af4dde
child 26663
9275bfcbfc12
--- a/libpurple/protocols/jabber/jabber.c	Sat Apr 04 04:54:56 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sat Apr 04 04:57:02 2009 +0000
@@ -383,7 +383,7 @@
 		}
 
 		purple_debug(PURPLE_DEBUG_MISC, "jabber", "Sending%s: %s%s%s\n",
-				js->gsc ? " (ssl)" : "", text ? text : data,
+				jabber_stream_is_ssl(js) ? " (ssl)" : "", text ? text : data,
 				last_part ? "password removed" : "",
 				last_part ? last_part : "");
 

mercurial