diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-03-02 20:10:46 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-03-02 20:57:11 +0200 |
commit | 654f5f46c8c7bc43b73ce46035f3f6c1d5e9bbe5 (patch) | |
tree | 3df613c3e05ca044d521bfc872f0d28028cb15f8 /otfl-data-con.lua | |
parent | a0e1a5594231d9f3789c51f04fdfb24680ca2516 (diff) | |
download | luaotfload-654f5f46c8c7bc43b73ce46035f3f6c1d5e9bbe5.tar.gz |
Sync with ConTeXt 2011.02.25 22:03
This commit overrides all our local modification to ConTeXt file and is
not tested at all.
Diffstat (limited to 'otfl-data-con.lua')
-rw-r--r-- | otfl-data-con.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otfl-data-con.lua b/otfl-data-con.lua index 5d9650f..ed4f2de 100644 --- a/otfl-data-con.lua +++ b/otfl-data-con.lua @@ -29,11 +29,11 @@ containers = containers or { } local containers = containers containers.usecache = true -local report_cache = logs.new("cache") +local report_containers = logs.reporter("resolvers","containers") local function report(container,tag,name) if trace_cache or trace_containers then - report_cache("container: %s, tag: %s, name: %s",container.subcategory,tag,name or 'invalid') + report_containers("container: %s, tag: %s, name: %s",container.subcategory,tag,name or 'invalid') end end |