summaryrefslogtreecommitdiff
path: root/tex/context/base/phys-dim.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-03-13 00:08:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-03-13 00:08:00 +0100
commit1564c7a2753a36c58b7bec630309be771ca616c1 (patch)
treeeae599d8a78b30fa42439583db84d6b73e24f3c2 /tex/context/base/phys-dim.lua
parent0e99414568abe788b78a41305cc83e5a4c6b2714 (diff)
downloadcontext-1564c7a2753a36c58b7bec630309be771ca616c1.tar.gz
beta 2013.03.13 00:08
Diffstat (limited to 'tex/context/base/phys-dim.lua')
-rw-r--r--tex/context/base/phys-dim.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/phys-dim.lua b/tex/context/base/phys-dim.lua
index ee5298c96..7b263036f 100644
--- a/tex/context/base/phys-dim.lua
+++ b/tex/context/base/phys-dim.lua
@@ -646,7 +646,7 @@ labels.suffixes = allocate {
local function dimpus(p,u,s)
if trace_units then
- report_units("p: [%s], u: [%s], s: [%s]",p or "?",u or "?",s or "?")
+ report_units("prefix %a, unit %a, suffix %a",p,u,s)
end --
if p ~= "" then
if u ~= "" then
@@ -683,7 +683,7 @@ end
local function dimop(o)
if trace_units then
- report_units("o: [%s]",o or "?")
+ report_units("operator %a",o)
end
if o then
unitsO(o)
@@ -692,7 +692,7 @@ end
local function dimsym(s)
if trace_units then
- report_units("s: [%s]",s or "?")
+ report_units("symbol %a",s)
end
s = symbol_units[s] or s
if s then
@@ -702,7 +702,7 @@ end
local function dimpre(p)
if trace_units then
- report_units("p: [%s]",p or "?")
+ report_units("prefix [%a",p)
end
p = packaged_units[p] or p
if p then