diff --git a/data/core/commandview.lua b/data/core/commandview.lua index 101cbd98..401164d2 100644 --- a/data/core/commandview.lua +++ b/data/core/commandview.lua @@ -152,7 +152,7 @@ function CommandView:enter(text, ...) local options = select(1, ...) if type(options) ~= "table" then - core.info("Warning: deprecated CommandView:enter usage") + core.log("Warning: deprecated CommandView:enter usage") local submit, suggest, cancel, validate = ... options = { submit = submit,