diff options
Diffstat (limited to 'otfl-font-cid.lua')
-rw-r--r-- | otfl-font-cid.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-cid.lua b/otfl-font-cid.lua index 1d03bca..a9bd3c5 100644 --- a/otfl-font-cid.lua +++ b/otfl-font-cid.lua @@ -12,7 +12,7 @@ local lpegmatch = lpeg.match local trace_loading = false trackers.register("otf.loading", function(v) trace_loading = v end) -local report_otf = logs.new("load otf") +local report_otf = logs.reporter("fonts","otf loading") local fonts = fonts |