Skip to content

Commit

Permalink
Merge pull request #33 from n1tr0g/master
Browse files Browse the repository at this point in the history
change log severity if the main gem is missing
  • Loading branch information
jamtur01 committed Mar 8, 2015
2 parents f18015e + 5dca362 commit 08c5b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/reports/hipchat.rb
Expand Up @@ -4,7 +4,7 @@
begin
require 'hipchat'
rescue LoadError
Puppet.info "You need the `hipchat` gem to use the Hipchat report"
Puppet.warning "You need the `hipchat` gem to use the Hipchat report"
end

Puppet::Reports.register_report(:hipchat) do
Expand Down

0 comments on commit 08c5b73

Please sign in to comment.