summaryrefslogtreecommitdiff
path: root/mode-watch.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-18 12:06:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-18 12:06:29 (GMT)
commitf940c6741d6e7c8fcc682d733a15ca7aecd46ddc (patch)
tree9fd1472b6711237b6e5a59bfa72a0dbe16ded575 /mode-watch.lua
parent2ab80b38ac60aa39c6247072ba5479c4091684cb (diff)
improved Subject of mail
Diffstat (limited to 'mode-watch.lua')
-rw-r--r--mode-watch.lua2
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