summaryrefslogtreecommitdiff
path: root/tex/context/base/lxml-dir.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lxml-dir.lua')
-rw-r--r--tex/context/base/lxml-dir.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/lxml-dir.lua b/tex/context/base/lxml-dir.lua
index 00375193f..22a7ba3bb 100644
--- a/tex/context/base/lxml-dir.lua
+++ b/tex/context/base/lxml-dir.lua
@@ -60,9 +60,9 @@ local function load_setup(filename)
valid = valid + 1
end
end
- report_lxml("%s directives found in '%s', %s valid",#collection,filename,valid)
+ report_lxml("%s directives found in %a, valid %s",#collection,filename,valid)
else
- report_lxml("no directives found in '%s'",filename)
+ report_lxml("no directives found in %a",filename)
end
end