summaryrefslogtreecommitdiff
path: root/tex/context/base/font-log.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-log.lua')
-rw-r--r--tex/context/base/font-log.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-log.lua b/tex/context/base/font-log.lua
index d89482737..8bc12a215 100644
--- a/tex/context/base/font-log.lua
+++ b/tex/context/base/font-log.lua
@@ -51,7 +51,7 @@ end
function loggers.register(tfmdata,source,specification) -- save file name in spec here ! ! ! ! ! !
if tfmdata and specification and specification.specification then
local name = lower(specification.name)
- if trace_defining and not fonts.used[name] then
+ if trace_defining and not usedfonts[name] then
report_defining("registering %s as %s (used: %s)",file.basename(specification.name),source,file.basename(specification.filename))
end
specification.source = source