summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-ini.lua')
-rw-r--r--tex/context/base/font-ini.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/font-ini.lua b/tex/context/base/font-ini.lua
index c695ec4ae..296af06e1 100644
--- a/tex/context/base/font-ini.lua
+++ b/tex/context/base/font-ini.lua
@@ -15,6 +15,8 @@ local format, serialize = string.format, table.serialize
local write_nl = texio.write_nl
local lower = string.lower
+local report_define = logs.new("define fonts")
+
if not fontloader then fontloader = fontforge end
fontloader.totable = fontloader.to_table
@@ -90,7 +92,7 @@ function fonts.fontformat(filename,default)
if format then
return format
else
- logs.report("fonts define","unable to determine font format for '%s'",filename)
+ report_define("unable to determine font format for '%s'",filename)
return default
end
end