diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-18 12:06:29 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-18 12:06:29 (GMT) |
commit | f940c6741d6e7c8fcc682d733a15ca7aecd46ddc (patch) | |
tree | 9fd1472b6711237b6e5a59bfa72a0dbe16ded575 | |
parent | 2ab80b38ac60aa39c6247072ba5479c4091684cb (diff) |
improved Subject of mail
-rw-r--r-- | mode-watch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-watch.lua b/mode-watch.lua index 99cc25e..05d3567 100644 --- a/mode-watch.lua +++ b/mode-watch.lua @@ -72,7 +72,7 @@ function process_cmd(message) if(new_mode and new_mode ~= current_mode) then log.printf(log.NOTICE, "mode is now " .. new_mode) - send_mail("logs@helsinki.at", "RHCTL mode changed to " .. new_mode, + send_mail("logs@helsinki.at", "[RHCTL] mode changed to " .. new_mode, "RHCTL just switched from " .. current_mode .. " to " .. new_mode) current_mode = new_mode end |