aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-12-04 14:34:11 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-12-04 14:34:11 +0000
commit7948b214f7414ad3c550445fbc309bc713b6fddd (patch)
tree8408215bb289dc06dc9d9033f74e151eadd055c8
parent1267946f252cbf0cd4468c9e834591ec91431021 (diff)
parentfda01bf569bc9805f9107304b8245a438ff74406 (diff)
merge
-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.