diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-12-04 14:33:55 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-12-04 14:33:55 +0000 |
commit | fda01bf569bc9805f9107304b8245a438ff74406 (patch) | |
tree | 893b96113ca919a0d1a197678877d921b76f7b00 | |
parent | 145b3a64114e74844528071956355472408012ba (diff) |
Fixed typo
-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. |