changeset 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 606d3194f92b
children b68a672b645d 7cf760f3560e 9ab681f23007
files libpurple/protocols/jabber/si.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;