Skip to content

Commit

Permalink
Fix what appears to be a typo in an exception string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpr5 committed Apr 19, 2012
1 parent 4aec41b commit 9e7291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dm-salesforce-adapter/connection/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ServerUnavailable < Error; end
class SOAPError < Error
def initialize(message, result)
@result = result
super("#{message}: #{result_message}")
super("#{message}: #{result.inspect}")
end

def records
Expand Down

0 comments on commit 9e7291b

Please sign in to comment.