summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-dat.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/publ-dat.lua')
-rw-r--r--tex/context/base/publ-dat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/publ-dat.lua b/tex/context/base/publ-dat.lua
index 20fada411..8fce94822 100644
--- a/tex/context/base/publ-dat.lua
+++ b/tex/context/base/publ-dat.lua
@@ -446,7 +446,7 @@ function publications.load(dataset,filename,kind)
if dataset.loaded[fullname] then -- will become better
-- skip
elseif fullname == "" then
- report("no file %a",fullname)
+ report("no file %a",filename)
else
loaders[filetype](dataset,fullname)
end