diff options
author | Marius <mariausol@gmail.com> | 2011-02-18 18:20:13 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2011-02-18 18:20:13 +0200 |
commit | 21179ddb493e5c3355211e090959036cc048366b (patch) | |
tree | 386bbc25536286133b172f0928970cf8aaaed010 /tex/context/base/trac-inf.lua | |
parent | d179a0781f5e15a96ef5112bf18f8cdff2350a1f (diff) | |
download | context-21179ddb493e5c3355211e090959036cc048366b.tar.gz |
beta 2011.02.18 17:17
Diffstat (limited to 'tex/context/base/trac-inf.lua')
-rw-r--r-- | tex/context/base/trac-inf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/trac-inf.lua b/tex/context/base/trac-inf.lua index 2c3aa1dec..5719b953f 100644 --- a/tex/context/base/trac-inf.lua +++ b/tex/context/base/trac-inf.lua @@ -120,7 +120,7 @@ function statistics.show(reporter) end) register("callbacks", function() local total, indirect = status.callbacks or 0, status.indirect_callbacks or 0 - return format("direct: %s, indirect: %s, total: %s", total-indirect, indirect, total) + return format("%s direct, %s indirect, %s total", total-indirect, indirect, total) end) collectgarbage("collect") register("current memory usage", statistics.memused) |