Wed, 19 Sep 2007 05:21:40 +0000
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); }