diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-03 09:48:57 -0800 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-03 09:48:57 -0800 |
commit | a67eed2364954d8f7e12a9c2a6d873884c5320fb (patch) | |
tree | 56e8942504f67338f7fe39662fdfe1e99302f114 /luaotfload-tool.lua | |
parent | 483aef134dc38b89bcc2196b868c5ba3a7595967 (diff) | |
parent | 3220fd09a4f97680849047211dab5588c8b33e97 (diff) | |
download | luaotfload-a67eed2364954d8f7e12a9c2a6d873884c5320fb.tar.gz |
Merge pull request #143 from phi-gamma/master
add single-line status messages
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index c4670e8..eace7f6 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -1102,7 +1102,7 @@ local process_cmdline = function ( ) -- unit -> jobspec if result.log_level > 0 then result.log_level = result.log_level + 1 else - result.log_level = 2 + result.log_level = 1 end elseif v == "V" then action_pending["version"] = true |