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