summaryrefslogtreecommitdiff
path: root/tex/context/base/node-rul.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-rul.lua')
-rw-r--r--tex/context/base/node-rul.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/node-rul.lua b/tex/context/base/node-rul.lua
index d7ef13453..deb5b4341 100644
--- a/tex/context/base/node-rul.lua
+++ b/tex/context/base/node-rul.lua
@@ -62,7 +62,7 @@ end
local trace_ruled = false trackers.register("nodes.rules", function(v) trace_ruled = v end)
-local report_ruled = logs.new("nodes","rules")
+local report_ruled = logs.reporter("nodes","rules")
local floor = math.floor
local n_tostring, n_tosequence = nodes.idstostring, nodes.tosequence
@@ -319,7 +319,7 @@ end
local trace_shifted = false trackers.register("nodes.shifting", function(v) trace_shifted = v end)
-local report_shifted = logs.new("nodes","shifting")
+local report_shifted = logs.reporter("nodes","shifting")
local a_shifted = attributes.private('shifted')