diff options
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ TRUNK - Add 'watch log' command to follow live debug logs at runtime (even if disabled) - mod_announce: Add shell commands to send messages to all users, online users, or limited by roles - New mod_account_activity plugin records last login/logout time of a user account +- New 'prosodyctl check features' recommends configuration improvements ### Networking diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index b601ee8b..a297fea5 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1476,7 +1476,7 @@ local function check(arg) end end - function checks.features(host, quiet) + function checks.features(check_host, quiet) if not quiet then print("Feature report"); end |