summaryrefslogtreecommitdiff
path: root/tex/context/base/sort-ini.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-10-18 12:40:11 +0300
committerMarius <mariausol@gmail.com>2010-10-18 12:40:11 +0300
commit8009e0ec2449002df344f784da9fe6846abc774f (patch)
treecd39782dfd7bbf7a3a30f157ba763bfd9425043c /tex/context/base/sort-ini.lua
parent406cef06476f30c68f58cb5074efb10f79de129f (diff)
downloadcontext-8009e0ec2449002df344f784da9fe6846abc774f.tar.gz
beta 2010.10.18 11:11
Diffstat (limited to 'tex/context/base/sort-ini.lua')
-rw-r--r--tex/context/base/sort-ini.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/sort-ini.lua b/tex/context/base/sort-ini.lua
index 548a92efe..6511cd427 100644
--- a/tex/context/base/sort-ini.lua
+++ b/tex/context/base/sort-ini.lua
@@ -275,7 +275,9 @@ local function setlanguage(l,m,d)
end
end
data.sequence = sequence
- report_sorters("using sort sequence: %s",concat(sequence," "))
+ if trace_tests then
+ report_sorters("using sort sequence: %s",concat(sequence," "))
+ end
--
return data
end