fix: typos
This commit is contained in:
parent
b580829379
commit
fec8a74fe3
3 changed files with 8 additions and 12 deletions
|
|
@ -91,7 +91,7 @@ do
|
|||
local log_at_level = function(level_config, message_maker, ...)
|
||||
-- Return early if we're below the current_log_level
|
||||
--
|
||||
-- the log level source get from config directly because otherwise it doesnt work
|
||||
-- the log level source get from config directly because otherwise it doesn't work
|
||||
if level_config.level < c.log_level then
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue