summaryrefslogtreecommitdiff
path: root/tex/context/base/symb-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/symb-ini.lua')
-rw-r--r--tex/context/base/symb-ini.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/symb-ini.lua b/tex/context/base/symb-ini.lua
index 559b032e4..9b3f55d2f 100644
--- a/tex/context/base/symb-ini.lua
+++ b/tex/context/base/symb-ini.lua
@@ -22,13 +22,13 @@ local function action(name,foundname)
-- context.startnointerference()
context.startreadingfile()
context.input(foundname)
- status_symbols("loaded: library '%s'",name)
+ status_symbols("library %a loaded",name)
context.stopreadingfile()
-- context.stopnointerference()
end
local function failure(name)
- report_symbols("unknown: library '%s'",name)
+ report_symbols("library %a is unknown",name)
end
function symbols.uselibrary(name)