--- 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 : "");