summaryrefslogtreecommitdiff
path: root/tex/context/base/data-sch.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/data-sch.lua')
-rw-r--r--tex/context/base/data-sch.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/data-sch.lua b/tex/context/base/data-sch.lua
index 1f4a77a79..6c905942a 100644
--- a/tex/context/base/data-sch.lua
+++ b/tex/context/base/data-sch.lua
@@ -73,13 +73,13 @@ local function fetch(specification)
if trace_schemes then
report_schemes("fetching '%s', protocol '%s', method 'built-in'",original,scheme)
end
- io.flush()
+ logs.flush()
handler(specification,cachename)
else
if trace_schemes then
report_schemes("fetching '%s', protocol '%s', method 'curl'",original,scheme)
end
- io.flush()
+ logs.flush()
runcurl(original,cachename)
end
end