diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-08-04 14:00:24 -0400 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-08-04 14:00:24 -0400 |
commit | 43ea7d28756d860df2762f3db7984fe1fd28a68b (patch) | |
tree | bfbabe7658143ac42cb1f85cf8eb84fe4813b6de /prosodyctl | |
parent | e07ca0e54999e7e09b9c1f73709828ebc1b95e7f (diff) | |
download | prosody-43ea7d28756d860df2762f3db7984fe1fd28a68b.tar.gz prosody-43ea7d28756d860df2762f3db7984fe1fd28a68b.zip |
prosodyctl: Update message on reload success
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |