summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-ini.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/lpdf-ini.lua
parent556ad6378a5b0f52e594350b3bba9d06e5eb79f2 (diff)
downloadcontext-03766f7aaa5a741c5d52a1ee8201a887e594b350.tar.gz
beta 2011.02.08 21:46
Diffstat (limited to 'tex/context/base/lpdf-ini.lua')
-rw-r--r--tex/context/base/lpdf-ini.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/tex/context/base/lpdf-ini.lua b/tex/context/base/lpdf-ini.lua
index 044ff5c68..0871ea6f0 100644
--- a/tex/context/base/lpdf-ini.lua
+++ b/tex/context/base/lpdf-ini.lua
@@ -26,8 +26,8 @@ local trace_resources = false trackers.register("backend.resources", function
local trace_objects = false trackers.register("backend.objects", function(v) trace_objects = v end)
local trace_detail = false trackers.register("backend.detail", function(v) trace_detail = v end)
-local report_objects = logs.new("backend","objects")
-local report_finalizing = logs.new("backend","finalizing")
+local report_objects = logs.reporter("backend","objects")
+local report_finalizing = logs.reporter("backend","finalizing")
local backends, context = backends, context
@@ -510,9 +510,6 @@ end
resetpageproperties()
local function setpageproperties()
---~ texset("global", "pdfpageresources", pageresources ())
---~ texset("global", "pdfpageattr", pageattributes ())
---~ texset("global", "pdfpagesattr", pagesattributes())
pdf.pageresources = pageresources ()
pdf.pageattributes = pageattributes ()
pdf.pagesattributes = pagesattributes()