summaryrefslogtreecommitdiff
path: root/otfl-font-def.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2009-12-31 16:32:37 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2009-12-31 16:32:37 +0200
commit21f69a1cb547fc10a4927171de7dddaec5c09b35 (patch)
tree827694fa5be47bd9ba09e48d47915fe4b39de9fc /otfl-font-def.lua
parent0823f27801c9f0d84a67c27a9b629949d1296f8b (diff)
downloadluaotfload-21f69a1cb547fc10a4927171de7dddaec5c09b35.tar.gz
Updating to latest ConTeXt beta (2009.12.30)
Diffstat (limited to 'otfl-font-def.lua')
-rw-r--r--otfl-font-def.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-def.lua b/otfl-font-def.lua
index 9a007b9..02369cc 100644
--- a/otfl-font-def.lua
+++ b/otfl-font-def.lua
@@ -314,7 +314,7 @@ function tfm.read(specification)
local reader = sequence[s]
if readers[reader] then -- not really needed
if trace_defining then
- logs.report("define font","trying (sequence driven) type %s for %s with file %s",reader,specification.name,specification.filename or "unknown")
+ logs.report("define font","trying (reader sequence driven) type %s for %s with file %s",reader,specification.name,specification.filename or "unknown")
end
tfmtable = readers[reader](specification)
if tfmtable then