From fda01bf569bc9805f9107304b8245a438ff74406 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 4 Dec 2012 14:33:55 +0000 Subject: Fixed typo --- lib/mauve/alert_changed.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1