diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-12-04 14:34:11 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-12-04 14:34:11 +0000 |
commit | 7948b214f7414ad3c550445fbc309bc713b6fddd (patch) | |
tree | 8408215bb289dc06dc9d9033f74e151eadd055c8 /lib | |
parent | 1267946f252cbf0cd4468c9e834591ec91431021 (diff) | |
parent | fda01bf569bc9805f9107304b8245a438ff74406 (diff) |
merge
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mauve/alert_changed.rb | 2 |
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. |