summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/xdvipdfmx/src/tt_cmap.c2
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 */