diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 18:17:00 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 18:17:00 +0000 |
commit | 572eaab6b81103e68484a47ac595fedaf8dbe64b (patch) | |
tree | 511b8a48aceae6be954c85bac708429af9d714be | |
parent | cda123f8d716c943e0e3f0f72f35ebd542430a53 (diff) |
Misc update.
-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 |