summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-dat.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-01-30 23:40:15 +0200
committerMarius <mariausol@gmail.com>2014-01-30 23:40:15 +0200
commitb8b8e1819a1a3e327c26b3c758bdf0dd4a5f88e0 (patch)
tree5ed13e7888a7e383d68ca08d94f385574a3dd02f /tex/context/base/publ-dat.lua
parentbed521c2be2cfc35e739e13d03ba171417a04453 (diff)
downloadcontext-b8b8e1819a1a3e327c26b3c758bdf0dd4a5f88e0.tar.gz
beta 2014.01.30 22:19
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