# HG changeset patch # User Kim Alvefur # Date 1631218212 -7200 # Node ID 08de090e05e9c6374457616929d95c8217270b75 # Parent 1132a1f1ca5a3277b6690a2c36db2e94811f5551 util.prosodyctl.check: Add TODO about replacements for deprecated settings diff -r 1132a1f1ca5a -r 08de090e05e9 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Thu Sep 09 22:09:41 2021 +0200 +++ b/util/prosodyctl/check.lua Thu Sep 09 22:10:12 2021 +0200 @@ -175,6 +175,7 @@ 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)));