lib/ztk/tcp_socket_check.rb in ztk-1.15.0 vs lib/ztk/tcp_socket_check.rb in ztk-1.15.1
- old
+ new
@@ -72,11 +72,10 @@
# method call will timeout.
def initialize(configuration={})
super({
:timeout => 5,
:wait => 60
- }.merge(configuration))
- config.ui.logger.debug { "config=#{config.send(:table).inspect}" }
+ }, configuration)
end
# Check to see if socket on the host and port specified is ready. This
# method will timeout and return false after the amount of seconds specified
# in *config.timeout* has passed if the socket has not become ready.