Skip to content

Commit c93d767

Browse files
...
1 parent 6517f6b commit c93d767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/managers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ function connect(manager::ClusterManager, pid::Int, config::WorkerConfig)
591591
#return connect(manager, pid, config)
592592
end
593593

594-
#@info "CONNECT W1"
594+
#@info "CONNECT W1 "
595595

596596
# master connecting to workers
597597
if config.io !== nothing
@@ -607,8 +607,8 @@ function connect(manager::ClusterManager, pid::Int, config::WorkerConfig)
607607
bind_addr = something(config.bind_addr, pubhost)
608608
end
609609

610-
#@info "CONNECT W4"
611610
tunnel = something(config.tunnel, false)
611+
@info "CONNECT TUNNEL=$tunnel"
612612

613613
s = split(pubhost,'@')
614614
user = ""

0 commit comments

Comments
 (0)