Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/si.c @ 24423:88955b918197
Add missing newline in debug message.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 19 Nov 2008 03:08:57 +0000 |
parents | e21c79681c96 |
children | f10aba5592c6 487a750cc924 a64685485775 |
line wrap: on
line diff
--- 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;