summaryrefslogtreecommitdiff
path: root/tex/context/base/grph-fil.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-02-08 23:00:13 +0200
committerMarius <mariausol@gmail.com>2011-02-08 23:00:13 +0200
commit03766f7aaa5a741c5d52a1ee8201a887e594b350 (patch)
tree0ae8cd56dc59d1b345f34dedd404da47c73d742a /tex/context/base/grph-fil.lua
parent556ad6378a5b0f52e594350b3bba9d06e5eb79f2 (diff)
downloadcontext-03766f7aaa5a741c5d52a1ee8201a887e594b350.tar.gz
beta 2011.02.08 21:46
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