Skip to content

Commit 4ba94b5

Browse files
...
1 parent bbc1164 commit 4ba94b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/managers.jl

+2
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,10 @@ function connect_to_worker(host::AbstractString, port::Integer)
706706
# host may be a stringified ipv4 / ipv6 address or a dns name
707707
bind_addr = nothing
708708
try
709+
@info "1: PARSE $host"
709710
bind_addr = parse(IPAddr,host)
710711
catch
712+
@info "2: $(getalladdrinfo(host))"
711713
bind_addr = getaddrinfo(host)
712714
end
713715

0 commit comments

Comments
 (0)