diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-07-15 14:22:55 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-07-15 14:22:55 +0000 |
commit | 33c4554c175b0bdbcc2b946fd3f533d6182e36d6 (patch) | |
tree | c005137f190c4e8bdca624e287a79cff6af6383e /Build | |
parent | 6a9aba3e0e9b0e8b73b3ecf7bcb9310caac75bef (diff) |
xdvipdfmx: demote 'No Unicode...' to message rather than warning
git-svn-id: svn://tug.org/texlive/trunk@9571 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/xdvipdfmx/src/tt_cmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvipdfmx/src/tt_cmap.c b/Build/source/texk/xdvipdfmx/src/tt_cmap.c index 5213af89bf1..304c502380f 100644 --- a/Build/source/texk/xdvipdfmx/src/tt_cmap.c +++ b/Build/source/texk/xdvipdfmx/src/tt_cmap.c @@ -879,7 +879,7 @@ handle_subst_glyphs (CMap *cmap, unicode_count = agl_get_unicodes(post->glyphNamePtr[gid], unicodes, MAX_UNICODES); } if (unicode_count == -1) - WARN("No Unicode mapping available: GID=%u, name=%s", gid, + MESG("No Unicode mapping available: GID=%u, name=%s", gid, gid < post->numberOfGlyphs ? post->glyphNamePtr[gid] : "(none)"); else { /* the Unicode characters go into wbuf[2] and following, in UTF16BE */ |