diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-06 09:42:36 -0800 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-06 09:42:36 -0800 |
commit | 90e060ed1717f6a14cf06bc394cf857782a7c140 (patch) | |
tree | 93fd2a149fbaf64938513d4e991414eeb4c3bd80 /luaotfload-override.lua | |
parent | 456abb72080d2366bab301a1a2172f01ae70452b (diff) | |
parent | 19d57e135e09d9311d0e17c6f7c375a161b8c37f (diff) | |
download | luaotfload-90e060ed1717f6a14cf06bc394cf857782a7c140.tar.gz |
Merge pull request #145 from phi-gamma/master
move to new index format
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r-- | luaotfload-override.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 889bea5..ea6af9a 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -149,8 +149,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: |