]> git.donarmstrong.com Git - lilypond.git/commitdiff
(pango_item_string_stencil): more verbose message.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 14 Oct 2006 18:45:13 +0000 (18:45 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 14 Oct 2006 18:45:13 +0000 (18:45 +0000)
lily/pango-font.cc

index 8c1d7d00c1b30349f6dba6b3bc7adebc07159a62..a79c237013d44f4f3e71511da316d352fb9f7d35 100644 (file)
@@ -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;