We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e521e51 commit cfde583Copy full SHA for cfde583
2 files changed
lib/stack-service-base/socket_trace.rb
@@ -2,7 +2,7 @@ module StackServiceBase
2
module SocketTrace
3
def bind(local_sockaddr)
4
addr = Addrinfo.new(local_sockaddr)
5
- LOGGER.info "Socket Bind: http://#{arrd.ip_address}:#{addr.ip_port}"
+ LOGGER.info "Socket Bind: http://#{addr.ip_address}:#{addr.ip_port}"
6
super
7
end
8
def setsockopt(level, optname, optval)
lib/stack-service-base/version.rb
@@ -1,3 +1,3 @@
1
module StackServiceBase
- VERSION = '0.0.82'
+ VERSION = '0.0.83'
0 commit comments