aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-09-09 22:10:12 +0200
committerKim Alvefur <zash@zash.se>2021-09-09 22:10:12 +0200
commit4f520714ce86828a20ab5358603e27dc86e1e0dd (patch)
tree10a218759d82cf8bafe7e0225af8a8da70ab00be
parent6da2329559a147961d4574fa38e0ad2cb8fab9d1 (diff)
downloadprosody-4f520714ce86828a20ab5358603e27dc86e1e0dd.tar.gz
prosody-4f520714ce86828a20ab5358603e27dc86e1e0dd.zip
util.prosodyctl.check: Add TODO about replacements for deprecated settings
-rw-r--r--util/prosodyctl/check.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua
index 1c404a08..0a136709 100644
--- a/util/prosodyctl/check.lua
+++ b/util/prosodyctl/check.lua
@@ -175,6 +175,7 @@ local function check(arg)
print(" You have some deprecated options in the global section:");
print(" "..tostring(deprecated_global_options))
ok = false;
+ -- FIXME show replacement options where applicable
end
for host, options in it.filter(function (h) return h ~= "*" end, pairs(configmanager.getconfig())) do
local host_options = set.new(it.to_array(it.keys(options)));