diff options
Diffstat (limited to 'lib/mauve/alert_changed.rb')
-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. |