aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/alert_group.rb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-11-29 20:59:30 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-11-29 20:59:30 +0000
commit4a2d26f044bf931994010a68f5b38338f585b159 (patch)
tree3a8981b0f60019b8d05b2497704c82dd3de40df9 /lib/mauve/alert_group.rb
parent80dc93d4d691579cc5be72a9bb015dd6beb1581e (diff)
Tidied up history entries
Diffstat (limited to 'lib/mauve/alert_group.rb')
-rw-r--r--lib/mauve/alert_group.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/alert_group.rb b/lib/mauve/alert_group.rb
index c570247..6738dc0 100644
--- a/lib/mauve/alert_group.rb
+++ b/lib/mauve/alert_group.rb
@@ -159,7 +159,7 @@ module Mauve
# Bail out if notifications for this alert have been suppressed.
#
if alert.suppressed?
- logger.info("Notifications suppressed until #{alert.suppress_until} for #{alert.inspect}")
+ logger.info("Notifications suppressed until #{alert.suppress_until} for #{alert}")
this_reminder = AlertChanged.first_or_new(
:alert_id => alert.id,