Skip to content

Commit 28f178b

Browse files
author
artyomb
committed
update
1 parent 7dbc00e commit 28f178b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/stack-service-base/socket_trace.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module StackServiceBase
22
module SocketTrace
33
def bind(local_sockaddr)
4-
LOGGER.info "Socket Bind: http://#{local_address.ip_address}:#{local_address.ip_port}"
4+
LOGGER.info "Socket Bind: http://#{local_sockaddr.ip_address}:#{local_sockaddr.ip_port}"
55
super
66
end
77
def setsockopt(level, optname, optval)

lib/stack-service-base/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StackServiceBase
2-
VERSION = '0.0.80'
2+
VERSION = '0.0.81'
33
end

0 commit comments

Comments
 (0)