From 20db89605bb4f635ff1669280142c2db5b1adc88 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 4 Aug 2011 14:00:24 -0400 Subject: prosodyctl: Update message on reload success --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 470a7d55..9f8724d2 100755 --- a/prosodyctl +++ b/prosodyctl @@ -552,7 +552,7 @@ function commands.reload(arg) local ok, ret = prosodyctl.reload(); if ok then - show_message("Config updated"); + show_message("Prosody log files re-opened and config file reloaded. You may need to reload modules for some changes to take effect."); return 0; end -- cgit v1.2.3