Wed, 19 Nov 2008 03:08:57 +0000
Add missing newline in debug message.
| libpurple/protocols/jabber/si.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/jabber/si.c Tue Nov 18 23:34:14 2008 +0000 +++ b/libpurple/protocols/jabber/si.c Wed Nov 19 03:08:57 2008 +0000 @@ -798,7 +798,7 @@ if (!(sh->jid && sh->host && sh->port > 0)) continue; - purple_debug_info("jabber", "jabber_si_xfer_bytestreams_listen_cb() will be looking at jsx %p: jsx->streamhosts %p and sh->jid %p", + purple_debug_info("jabber", "jabber_si_xfer_bytestreams_listen_cb() will be looking at jsx %p: jsx->streamhosts %p and sh->jid %p\n", jsx, jsx->streamhosts, sh->jid); if(g_list_find_custom(jsx->streamhosts, sh->jid, jabber_si_compare_jid) != NULL) continue;