summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-ini.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-11-17 19:20:11 +0200
committerMarius <mariausol@gmail.com>2010-11-17 19:20:11 +0200
commitc377d7f00db995466f04a81e44cf33f37631220a (patch)
tree8f6b50111c77d4e9be1acb0199f5da1b0a86930f /tex/context/base/lpdf-ini.lua
parent49a6126dc0cc532254edaeecec129961b132cac5 (diff)
downloadcontext-c377d7f00db995466f04a81e44cf33f37631220a.tar.gz
beta 2010.11.17 18:14
Diffstat (limited to 'tex/context/base/lpdf-ini.lua')
-rw-r--r--tex/context/base/lpdf-ini.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tex/context/base/lpdf-ini.lua b/tex/context/base/lpdf-ini.lua
index 29dc1bfbc..839b68895 100644
--- a/tex/context/base/lpdf-ini.lua
+++ b/tex/context/base/lpdf-ini.lua
@@ -539,6 +539,9 @@ local function set(where,what,f,when,comment)
end
local function run(where,what)
+ if trace_finalizers then
+ report_backends("start backend: category=%s, n=%s",what,#where)
+ end
for i=1,#where do
local w = where[i]
for j=1,#w do
@@ -549,6 +552,9 @@ local function run(where,what)
wj[1]()
end
end
+ if trace_finalizers then
+ report_backends("stop finalizing")
+ end
end
local function registerpagefinalizer(f,when,comment)