Mercurial > pidgin
changeset 26450:e344e2815454
Specify SSL properly in debug messages for BOSH sending debug output
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 04 Apr 2009 04:57:02 +0000 |
parents | 345165fc51b6 |
children | e7bbcc1e2778 |
files | libpurple/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 : "");