Skip to content

Commit

Permalink
Merge pull request #264 from handlers/master
Browse files Browse the repository at this point in the history
Use logger.warn when rescuing integration failures
  • Loading branch information
dcramer committed Dec 9, 2014
2 parents 4f6e6cf + c632aa5 commit d62c61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/raven/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def inject
begin
require "raven/integrations/#{integration}"
rescue Exception => error
self.logger.warning "Unable to load raven/integrations/#{integration}: #{error}"
self.logger.warn "Unable to load raven/integrations/#{integration}: #{error}"
end
end
end
Expand Down

0 comments on commit d62c61c

Please sign in to comment.