diff libpurple/protocols/msn/switchboard.c @ 26278:399776a9ad98

Add some missing newlines in debug messages. Fixes #8740.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 21 Mar 2009 02:20:52 +0000
parents c7c8baa5d824
children 79e043347bbe
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c	Fri Mar 20 02:42:38 2009 +0000
+++ b/libpurple/protocols/msn/switchboard.c	Sat Mar 21 02:20:52 2009 +0000
@@ -590,7 +590,7 @@
 	payload = msn_message_gen_payload(msg, &payload_len);
 
 #ifdef MSN_DEBUG_SB
-	purple_debug_info("msn", "SB length:{%" G_GSIZE_FORMAT "}", payload_len);
+	purple_debug_info("msn", "SB length:{%" G_GSIZE_FORMAT "}\n", payload_len);
 	msn_message_show_readable(msg, "SB SEND", FALSE);
 #endif