fix(notify): remove unused varargs, log file notice debug->info
This commit is contained in:
@@ -30,8 +30,8 @@ do
|
||||
end
|
||||
|
||||
for _, x in ipairs(modes) do
|
||||
M[x.name] = function(msg, ...)
|
||||
return dispatch(x.level, msg, ...)
|
||||
M[x.name] = function(msg)
|
||||
return dispatch(x.level, msg)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user