elua: typo

This commit is contained in:
Daniel Kolesa 2014-04-04 16:55:59 +01:00 committed by Daniel Kolesa
parent 008925aa32
commit 0b7fd25b16
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ M.log_full = log_full
local getinfo = debug.getinfo
local getfuncname = function(info)
return info.name or "<" .. tostring(info.func) .. ">", info.currentline
return info.name or "<" .. tostring(info.func) .. ">"
end
local log = function(dom, level, msg, loff)