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.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/trac-log.lua b/tex/context/base/trac-log.lua
index 6a6bd39cb..0b229c306 100644
--- a/tex/context/base/trac-log.lua
+++ b/tex/context/base/trac-log.lua
@@ -30,7 +30,7 @@ if tex and (tex.jobname or tex.formatname) then
else
texio_write_nl("log",...)
texio_write_nl("term","")
- io_write(target,...)
+ io_write(...)
end
end
@@ -47,7 +47,7 @@ if tex and (tex.jobname or tex.formatname) then
io_write(...)
else
texio_write("log",...)
- io_write(target,...)
+ io_write(...)
end
end
@@ -56,7 +56,7 @@ if tex and (tex.jobname or tex.formatname) then
else
- -- texlua
+ -- texlua or just lua
end