Changeset

6325:13a43fe90d9f

prosodyctl: Remove nonsensical warning
author Matthew Wild <mwild1@gmail.com>
date Thu, 31 Jul 2014 06:59:12 +0100
parents 6324:c9730926002b
children 6326:a3b9496673ee 6356:fb1535328ac7
files prosodyctl
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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