pidgin: f6c89ab2: Add a newline to the end of a debug mess...

markdoliner at pidgin.im markdoliner at pidgin.im
Tue Dec 16 22:40:28 EST 2008


-----------------------------------------------------------------
Revision: f6c89ab271b9996da6e6581674e43637c839e59b
Ancestor: a980e77e2c15cf8a2c8f373d7aa1b102bd6952f3
Author: markdoliner at pidgin.im
Date: 2008-12-17T03:37:59
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f6c89ab271b9996da6e6581674e43637c839e59b

Modified files:
        libpurple/protocols/myspace/markup.c

ChangeLog: 

Add a newline to the end of a debug messages

-------------- next part --------------
============================================================
--- libpurple/protocols/myspace/markup.c	a8106fd035d8eedeca4a37ac847d5a343f18ac3e
+++ libpurple/protocols/myspace/markup.c	296deb7aab92521f83aa2948d9440b552e6fc3c0
@@ -398,7 +398,7 @@ msim_markup_tag_to_html(MsimSession *ses
 		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("");


More information about the Commits mailing list