summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/data-tre.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/data-tre.lua')
-rw-r--r--tex/context/base/mkiv/data-tre.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/data-tre.lua b/tex/context/base/mkiv/data-tre.lua
index 4388731f9..c4d43e3eb 100644
--- a/tex/context/base/mkiv/data-tre.lua
+++ b/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