prosodyctl: Update message on reload success
authorMatthew Wild <mwild1@gmail.com>
Thu, 4 Aug 2011 18:00:24 +0000 (14:00 -0400)
committerMatthew Wild <mwild1@gmail.com>
Thu, 4 Aug 2011 18:00:24 +0000 (14:00 -0400)
prosodyctl

index 470a7d5533c855cbe47b2fce534178abfed8ec0e..9f8724d290d4d64c86e9d37dde6692ac2939c56b 100755 (executable)
@@ -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