Skip to content

Commit cfde583

Browse files
committed
update
1 parent e521e51 commit cfde583

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
@@ -2,7 +2,7 @@ module StackServiceBase
22
module SocketTrace
33
def bind(local_sockaddr)
44
addr = Addrinfo.new(local_sockaddr)
5-
LOGGER.info "Socket Bind: http://#{arrd.ip_address}:#{addr.ip_port}"
5+
LOGGER.info "Socket Bind: http://#{addr.ip_address}:#{addr.ip_port}"
66
super
77
end
88
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.82'
2+
VERSION = '0.0.83'
33
end

0 commit comments

Comments
 (0)