Software /
code /
prosody
Changeset
4336:abcbcb15205c
prosodyctl: Update message on reload success
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 04 Aug 2011 14:00:24 -0400 |
parents | 4335:3a2a01432b5c |
children | 4337:a2ee8ab82dd9 |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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