diff options
| -rw-r--r-- | lib/custodian/alerts/mauve.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
