Make sure we print out the name of the unknown tag.

Wed, 19 Sep 2007 05:21:40 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Wed, 19 Sep 2007 05:21:40 +0000
changeset 20425
ddb96d3b9aab
parent 20420
74b2d096bfe2
child 20426
266f7f4e0591

Make sure we print out the name of the unknown tag.

libpurple/protocols/myspace/markup.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/myspace/markup.c	Wed Sep 19 05:15:02 2007 +0000
+++ b/libpurple/protocols/myspace/markup.c	Wed Sep 19 05:21:40 2007 +0000
@@ -515,7 +515,7 @@
 #endif
 
 		err = g_strdup_printf("html_tag_to_msim_markup: unrecognized "
-			"HTML tag %s was sent by the IM client; ignoring");
+			"HTML tag %s was sent by the IM client; ignoring", root->name);
 		msim_unrecognized(NULL, NULL, err);
 		g_free(err);
 	}

mercurial