Add missing newline in debug message.

Wed, 19 Nov 2008 03:08:57 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 19 Nov 2008 03:08:57 +0000
changeset 24712
134bd2024c88
parent 24710
08d2dde8722f
child 24713
c6999a5b0f03
child 24714
2ba5d09cf046
child 24738
b642b5aa2a42

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;

mercurial