summaryrefslogtreecommitdiff
path: root/tex/context/base/core-ctx.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/core-ctx.lua')
-rw-r--r--tex/context/base/core-ctx.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/core-ctx.lua b/tex/context/base/core-ctx.lua
index ba62d1e20..33662731e 100644
--- a/tex/context/base/core-ctx.lua
+++ b/tex/context/base/core-ctx.lua
@@ -198,7 +198,7 @@ function ctxrunner.load(ctxname)
pattern = findpattern,
preprocessors = preprocessors,
}
- report_prepfiles("step %s, pattern: %q, preprocessor: %q",noftreatments,findpattern,concat(preprocessors," "))
+ report_prepfiles("step %s, pattern %a, preprocessor: %a",noftreatments,findpattern,preprocessors)
end
end
end
@@ -261,13 +261,13 @@ function ctxrunner.load(ctxname)
end
if lfs.isfile(newfile) then
file.syncmtimes(filename,newfile)
- report_prepfiles("%q is converted to %q",filename,newfile)
+ report_prepfiles("%a is converted to %a",filename,newfile)
else
- report_prepfiles("%q is not converted to %q",filename,newfile)
+ report_prepfiles("%a is not converted to %a",filename,newfile)
newfile = filename
end
elseif lfs.isfile(newfile) then
- report_prepfiles("%q is already converted to %q",filename,newfile)
+ report_prepfiles("%a is already converted to %a",filename,newfile)
end
else
newfile = filename