Software /
code /
prosody
Diff
prosodyctl @ 4336:abcbcb15205c
prosodyctl: Update message on reload success
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 04 Aug 2011 14:00:24 -0400 |
parent | 4335:3a2a01432b5c |
child | 4476:53ce21286b8c |
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