From 572eaab6b81103e68484a47ac595fedaf8dbe64b Mon Sep 17 00:00:00 2001
From: Steve Kemp <steve@steve.org.uk>
Date: Sat, 24 Nov 2012 18:17:00 +0000
Subject:   Misc update.

---
 lib/custodian/alerts/mauve.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lib')

diff --git a/lib/custodian/alerts/mauve.rb b/lib/custodian/alerts/mauve.rb
index 64b6982..addb404 100644
--- a/lib/custodian/alerts/mauve.rb
+++ b/lib/custodian/alerts/mauve.rb
@@ -42,7 +42,7 @@ module Custodian
           require 'mauve/sender'
           require 'mauve/proto'
         rescue LoadError
-          puts "ERROR Loading mauvealert libraries"
+          raise  "ERROR Loading mauvealert libraries!"
         end
       end
 
@@ -148,7 +148,7 @@ module Custodian
 
 
         #
-        #  The test type
+        #  The test type + test target
         #
         test_host = test.target
         test_type = test.get_type
-- 
cgit v1.2.3