changeset 24757:cd0071208174

Add a newline to the end of a debug messages
author Mark Doliner <mark@kingant.net>
date Wed, 17 Dec 2008 03:37:59 +0000
parents ced7ff727a97
children 9a5a201e69a3
files libpurple/protocols/myspace/markup.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/markup.c	Wed Dec 17 03:33:57 2008 +0000
+++ b/libpurple/protocols/myspace/markup.c	Wed Dec 17 03:37:59 2008 +0000
@@ -398,7 +398,7 @@
 		msim_markup_i_to_html(session, root, begin, end);
 	} else {
 		purple_debug_info("msim", "msim_markup_tag_to_html: "
-				"unknown tag name=%s, ignoring",
+				"unknown tag name=%s, ignoring\n",
 				root->name ? root->name : "(NULL)");
 		*begin = g_strdup("");
 		*end = g_strdup("");