From 6ad39d6f1f45b088173312493f7b3b42eb71979a Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 1 Sep 2013 21:02:18 +0200 Subject: [db] add post-build statistics --- luaotfload-override.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'luaotfload-override.lua') diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 8e467d5..0609541 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -144,8 +144,10 @@ logs.set_logout = set_logout local log = function (category, fmt, ...) local res = { module_name, "|", category, ":" } - if fmt then res[#res+1] = stringformat(fmt, ...) end - texiowrite_nl(logout, tableconcat(res, " ")) + if fmt then + res [#res + 1] = stringformat (fmt, ...) + end + texiowrite_nl (logout, tableconcat(res, " ")) end --- with faux db update with maximum verbosity: -- cgit v1.2.3