From 7821c390d25706041f82371e774e00a6b197e08b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 14 Oct 2006 18:45:13 +0000 Subject: [PATCH] (pango_item_string_stencil): more verbose message. --- lily/pango-font.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5