summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otb.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-02-23 14:10:00 +0100
committerHans Hagen <pragma@wxs.nl>2010-02-23 14:10:00 +0100
commit8098b3762ab0700f87d8dd18e3c37e43b5b54357 (patch)
tree9f1bc9204e36ae1bbe8a1c1eabc024203f35e684 /tex/context/base/font-otb.lua
parenta81728fa7c7e1b92d436835ac4019b2e46f80853 (diff)
downloadcontext-8098b3762ab0700f87d8dd18e3c37e43b5b54357.tar.gz
beta 2010.02.23 14:10
Diffstat (limited to 'tex/context/base/font-otb.lua')
-rw-r--r--tex/context/base/font-otb.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-otb.lua b/tex/context/base/font-otb.lua
index a6845800d..a4cd5be02 100644
--- a/tex/context/base/font-otb.lua
+++ b/tex/context/base/font-otb.lua
@@ -218,7 +218,7 @@ function prepare_base_substitutions(tfmdata,kind,value) -- we can share some cod
end
if characters[upc] then
if trace_baseinit and trace_alternatives then
- logs.report("define otf","%s: base alternate %s => %s",cref(kind,lookup),gref(descriptions,k),gref(descriptions,upc))
+ logs.report("define otf","%s: base alternate %s %s => %s",cref(kind,lookup),tostring(value),gref(descriptions,k),gref(descriptions,upc))
end
changed[k] = upc
end