diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/data-tre.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/data-tre.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua b/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua index 4388731f98c..c4d43e3eb20 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/data-tre.lua @@ -100,11 +100,10 @@ end function resolvers.hashers.tree(specification) local name = specification.filename - -- if trace_locating then + if trace_locating then report_trees("analyzing %a",name) - -- end + end resolvers.methodhandler("hashers",name) - resolvers.generators.file(specification) end |