diff options
-rw-r--r-- | lib/drb/ssl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ module DRb end self.class.new(uri, ssl, @config, true) rescue OpenSSL::SSL::SSLError - warn("#{__FILE__}:#{__LINE__}: warning: #{$!.message} (#{$!.class})") if @config[:verbose] retry end end |