diff options
author | Kim Alvefur <zash@zash.se> | 2021-09-09 22:10:12 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-09-09 22:10:12 +0200 |
commit | 4f520714ce86828a20ab5358603e27dc86e1e0dd (patch) | |
tree | 10a218759d82cf8bafe7e0225af8a8da70ab00be /util | |
parent | 6da2329559a147961d4574fa38e0ad2cb8fab9d1 (diff) | |
download | prosody-4f520714ce86828a20ab5358603e27dc86e1e0dd.tar.gz prosody-4f520714ce86828a20ab5358603e27dc86e1e0dd.zip |
util.prosodyctl.check: Add TODO about replacements for deprecated settings
Diffstat (limited to 'util')
-rw-r--r-- | util/prosodyctl/check.lua | 1 |
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))); |