Skip to content

Commit 5d5ff72

Browse files
teste
1 parent e655103 commit 5d5ff72

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,9 +701,9 @@ 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 $iptype"
705704

706705
iptype = typeof(bind_addr)
706+
@info "connect_to_worker: $host $port $bind_addr $iptype"
707707
sock = socket_reuse_port(iptype)
708708
connect(sock, bind_addr, UInt16(port))
709709

0 commit comments

Comments
 (0)