diff options
Diffstat (limited to 'tex/context/base/core-uti.lua')
-rw-r--r-- | tex/context/base/core-uti.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/core-uti.lua b/tex/context/base/core-uti.lua index 68efdcb0c..2a8f31364 100644 --- a/tex/context/base/core-uti.lua +++ b/tex/context/base/core-uti.lua @@ -72,8 +72,10 @@ local function initializer() if not r then r = math.random() math.setrandomseedi(r,"initialize") + report_jobcontrol("initializing randomizer with %s",r) else math.setrandomseedi(r,"previous run") + report_jobcontrol("resuming randomizer with %s",r) end jobvariables.tobesaved.randomseed = r for cs, value in next, jobvariables.collected do |