# HG changeset patch # User Matthew Wild # Date 1406786352 -3600 # Node ID 13a43fe90d9f6583b0356b20da4bc2355a55a878 # Parent c9730926002bf36f97a7c7f84c17c0c5aa09b7fd prosodyctl: Remove nonsensical warning diff -r c9730926002b -r 13a43fe90d9f prosodyctl --- a/prosodyctl Thu Jul 31 06:58:15 2014 +0100 +++ b/prosodyctl Thu Jul 31 06:59:12 2014 +0100 @@ -372,7 +372,6 @@ if not hosts[host] then show_warning("The host '%s' is not listed in the configuration file (or is not enabled).", host) - show_warning("The user will not be able to log in until this is changed."); hosts[host] = make_host(host); end