Skip to content

Commit e655103

Browse files
teste
1 parent 8b5e460 commit e655103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ function connect_to_worker(host::AbstractString, port::Integer)
701701
bind_addr = getaddrinfo(host)
702702
end
703703

704-
@info "connect_to_worker: $host $port $bind_addr"
704+
@info "connect_to_worker: $host $port $bind_addr $iptype"
705705

706706
iptype = typeof(bind_addr)
707707
sock = socket_reuse_port(iptype)

0 commit comments

Comments
 (0)