# HG changeset patch # User Mark Doliner # Date 1190179300 0 # Node ID 3a22b8e0b06a5390f809e1821208417724bbcc78 # Parent eb758ca32ea936b00cdcd220dea8b942e25b4a71 Make sure we print out the name of the unknown tag. diff -r eb758ca32ea9 -r 3a22b8e0b06a libpurple/protocols/myspace/markup.c --- 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); }