Skip to content

Commit 58a96df

Browse files
...
1 parent 4ba94b5 commit 58a96df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/managers.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,10 +706,9 @@ 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"
709+
@info "1: PARSE $host - $(getalladdrinfo(host))"
710710
bind_addr = parse(IPAddr,host)
711711
catch
712-
@info "2: $(getalladdrinfo(host))"
713712
bind_addr = getaddrinfo(host)
714713
end
715714

0 commit comments

Comments
 (0)