From: Han-Wen Nienhuys Date: Sat, 14 Oct 2006 18:45:13 +0000 (+0000) Subject: (pango_item_string_stencil): more verbose message. X-Git-Tag: release/2.10.0-2~174 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7821c390d25706041f82371e774e00a6b197e08b;hp=e5050b78a21cac6d786873eed0ed0e4444b17d13;p=lilypond.git (pango_item_string_stencil): more verbose message. --- diff --git a/lily/pango-font.cc b/lily/pango-font.cc index 8c1d7d00c1..a79c237013 100644 --- a/lily/pango-font.cc +++ b/lily/pango-font.cc @@ -182,7 +182,7 @@ Pango_font::pango_item_string_stencil (PangoItem const *item, string str, if (glyph_name[0] == '\0' && has_glyph_names) { programming_error (_f ("Glyph has no name, but font supports glyph naming.\n" - "Skipping glyph %0x, file %s", + "Skipping glyph U+%0X, file %s", pg, file_name.c_str ())); continue;