aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-08-04 14:00:24 -0400
committerMatthew Wild <mwild1@gmail.com>2011-08-04 14:00:24 -0400
commit20db89605bb4f635ff1669280142c2db5b1adc88 (patch)
treebfbabe7658143ac42cb1f85cf8eb84fe4813b6de /prosodyctl
parentd20a983470e1fa3d72942b879608f0d89b93bbd1 (diff)
downloadprosody-20db89605bb4f635ff1669280142c2db5b1adc88.tar.gz
prosody-20db89605bb4f635ff1669280142c2db5b1adc88.zip
prosodyctl: Update message on reload success
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
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