summaryrefslogtreecommitdiff
path: root/src/luaotfload-tool.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-13 12:52:18 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-13 12:52:18 +0200
commit42554adf7de06013127c9a2d63431456c82f447f (patch)
tree9dbadb6c2b4566b9ee15e4ff6fa912613a0c7760 /src/luaotfload-tool.lua
parent51a13c452989be9baf69c67923e655357b0526bd (diff)
downloadluaotfload-42554adf7de06013127c9a2d63431456c82f447f.tar.gz
[doc] fix variable identifiers
Diffstat (limited to 'src/luaotfload-tool.lua')
-rwxr-xr-xsrc/luaotfload-tool.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index 04237dd..8cfcac0 100755
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -758,8 +758,6 @@ actions.loglevel = function (job)
log.set_loglevel(lvl)
report ("info", 3, "util", "Setting the log level to %d.", lvl)
report ("log", 2, "util", "Lua=%q", _VERSION)
- else
- report ("info", 0, "util", "Invalid loglevel, ignoring.")
end
return true, true
end