lib/proxymachine/client_connection.rb in fizx-proxymachine-1.5.3 vs lib/proxymachine/client_connection.rb in fizx-proxymachine-1.5.4

- old
+ new

@@ -74,10 +74,10 @@ # Connect to the remote server def connect_to_server fail "connect_server called without remote established" if @remote.nil? host, port = @remote - $logger.info "Establishing new connection with #{host}:#{port} OHAI" + $logger.info "Establishing new connection with #{host}:#{port}" cb = @commands[:callback] klass = cb ? CallbackServerConnection : ServerConnection @server_side = klass.request(host, port, self) @server_side.callback = cb if cb @server_side.pending_connect_timeout = @connect_timeout