summaryrefslogtreecommitdiff
path: root/tex/context/base/page-str.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/page-str.lua')
-rw-r--r--tex/context/base/page-str.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/page-str.lua b/tex/context/base/page-str.lua
index 4ee2919d1..7ce0f3c0f 100644
--- a/tex/context/base/page-str.lua
+++ b/tex/context/base/page-str.lua
@@ -28,7 +28,7 @@ local new_glyph = nodepool.glyph
local trace_collecting = false trackers.register("streams.collecting", function(v) trace_collecting = v end)
local trace_flushing = false trackers.register("streams.flushing", function(v) trace_flushing = v end)
-local report_streams = logs.new("streams")
+local report_streams = logs.reporter("streams")
streams = streams or { } -- might move to the builders namespace
local streams = streams