Skip to content

Commit

Permalink
Fix undefined method name error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 19, 2014
1 parent 8324e9a commit c943e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_ldap/adapter/base.rb
Expand Up @@ -579,7 +579,7 @@ def reconnect(options={})
@logger.error do
_("Reconnect to server failed: %s\n" \
"Reconnect to server failed backtrace:\n" \
"%s") % [detail.exception, detail.backtrace.join("\n")]
"%s") % [detail.message, detail.backtrace.join("\n")]
end
# Do not loop if forced
raise ConnectionError, detail.message if force
Expand Down

0 comments on commit c943e30

Please sign in to comment.