summaryrefslogtreecommitdiff
path: root/tex/context/base/grph-fil.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/grph-fil.lua')
-rw-r--r--tex/context/base/grph-fil.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/grph-fil.lua b/tex/context/base/grph-fil.lua
index 95141d03e..e036cf9a1 100644
--- a/tex/context/base/grph-fil.lua
+++ b/tex/context/base/grph-fil.lua
@@ -10,7 +10,7 @@ local format, concat = string.format, table.concat
local trace_run = false trackers.register("graphic.runfile",function(v) trace_run = v end)
-local report_run = logs.new("graphics","run")
+local report_run = logs.reporter("graphics","run")
local allocate, mark = utilities.storage.allocate, utilities.storage.mark