Mercurial > pidgin
changeset 20175:3a22b8e0b06a
Make sure we print out the name of the unknown tag.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 19 Sep 2007 05:21:40 +0000 |
parents | eb758ca32ea9 |
children | eaf1747d8e37 |
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 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); }