diff options
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r-- | luaotfload-override.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 8e467d5..1326182 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -144,7 +144,7 @@ logs.set_logout = set_logout local log = function (category, fmt, ...) local res = { module_name, "|", category, ":" } - if fmt then res[#res+1] = stringformat(fmt, ...) end + if fmt then res[#res+1] = stringformat(fmt, ...) end texiowrite_nl(logout, tableconcat(res, " ")) end |