aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-12-04 14:33:55 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-12-04 14:33:55 +0000
commitfda01bf569bc9805f9107304b8245a438ff74406 (patch)
tree893b96113ca919a0d1a197678877d921b76f7b00
parent145b3a64114e74844528071956355472408012ba (diff)
Fixed typo
-rw-r--r--lib/mauve/alert_changed.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/alert_changed.rb b/lib/mauve/alert_changed.rb
index 64aee7b..2b9dfe5 100644
--- a/lib/mauve/alert_changed.rb
+++ b/lib/mauve/alert_changed.rb
@@ -105,7 +105,7 @@ module Mauve
#
# Skip reminders if the alert is suppressed.
#
- logger.info("Notifications suppressed until #{alert.suppressed_until} for #{alert.inspect}")
+ logger.info("Notifications suppressed until #{alert.suppress_until} for #{alert.inspect}")
else
#
# Push this notifitcation onto the queue.