pidgin/pidgin

ddb96d3b9aab
Parents 74b2d096bfe2
Children 266f7f4e0591
Make sure we print out the name of the unknown tag.
--- 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);
}