summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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