Skip to content

Commit f0a6e3c

Browse files
teste finished
1 parent eb045e7 commit f0a6e3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/managers.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,8 @@ function connect_to_worker(host::AbstractString, port::Integer)
701701
bind_addr = getaddrinfo(host)
702702
end
703703

704+
@info "connect_to_worker: $host $port"
705+
704706
iptype = typeof(bind_addr)
705707
sock = socket_reuse_port(iptype)
706708
connect(sock, bind_addr, UInt16(port))

0 commit comments

Comments
 (0)