summaryrefslogtreecommitdiff
path: root/tex/context/base/trac-log.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/trac-log.lua')
-rw-r--r--tex/context/base/trac-log.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/trac-log.lua b/tex/context/base/trac-log.lua
index 768f61821..4a77087f5 100644
--- a/tex/context/base/trac-log.lua
+++ b/tex/context/base/trac-log.lua
@@ -92,6 +92,7 @@ end
local texlog = { } logs.tex = texlog setmetatable(texlog, { __index = noplog })
function texlog.report(a,b,c,...)
+--~ print(a,b,c,...)
if c then
write_nl(format("%-16s> %s\n",a,format(b,c,...)))
elseif b then