diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-23 00:06:24 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-23 00:06:24 +0000 |
commit | b7ef41235ee554fe509b4e6e57173bb10ede166c (patch) | |
tree | 73803a7714d4ed72c54c855a508f090bf110248f | |
parent | 21a0511d2bad88739afd4db767c54f7f742304b4 (diff) |
Revert the WARN() back to MESG(), too vorbose for this
git-svn-id: svn://tug.org/texlive/trunk@29209 c570f23f-e606-0410-a88d-b1316a301751
-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 441789239f6..d1098dc5799 100644 --- a/Build/source/texk/xdvipdfmx/src/tt_cmap.c +++ b/Build/source/texk/xdvipdfmx/src/tt_cmap.c @@ -883,7 +883,7 @@ handle_subst_glyphs (CMap *cmap, #undef MAX_UNICODES #undef MAX_NAME if (unicode_count == -1) { - WARN("No Unicode mapping available: GID=%u, name=%s", gid, name); + MESG("No Unicode mapping available: GID=%u, name=%s", gid, name); } else { /* the Unicode characters go into wbuf[2] and following, in UTF16BE */ /* we rely on WBUF_SIZE being more than adequate for MAX_UNICODES */ |