Skip to content

Commit 7b7c040

Browse files
teste
1 parent 5d48a47 commit 7b7c040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/managers.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ function connect(manager::ClusterManager, pid::Int, config::WorkerConfig)
585585
# master connecting to workers
586586
if config.io !== nothing
587587
(bind_addr, port::Int) = read_worker_host_port(config.io)
588+
@info "CONNECT W $bind_addr $port"
588589
pubhost = something(config.host, bind_addr)
589590
config.host = pubhost
590591
config.port = port

0 commit comments

Comments
 (0)