elua: benchmark module, plus return values for init/shutdown

This commit is contained in:
Daniel Kolesa 2014-04-10 10:59:12 +01:00 committed by Daniel Kolesa
parent 82b10de760
commit c924affa72
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ log.log_err("test with default log domain")
local foo = function()
for i = 1, 4 do
log.log_err("testing: " .. i)
log.err("testing: " .. i)
end
end