# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1312480824 14400
# Node ID abcbcb15205c418afc26269865ddefd86a65df14
# Parent  3a2a01432b5cd03398e873c33c08cc4971866988
prosodyctl: Update message on reload success

diff -r 3a2a01432b5c -r abcbcb15205c prosodyctl
--- a/prosodyctl	Thu Aug 04 21:26:15 2011 +0400
+++ b/prosodyctl	Thu Aug 04 14:00:24 2011 -0400
@@ -552,7 +552,7 @@
 	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