mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-31 16:23:44 +00:00
add clarifying continue
This commit is contained in:
parent
7dbcb388b8
commit
cd7d3ae4d2
@ -283,6 +283,7 @@ func (c *Consensus) bootstrap(targets views.Slice[*ipnstate.PeerStatus]) error {
|
|||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("Trying to find cluster: could not join %s: %v", p.TailscaleIPs[0], err)
|
log.Printf("Trying to find cluster: could not join %s: %v", p.TailscaleIPs[0], err)
|
||||||
|
continue
|
||||||
} else {
|
} else {
|
||||||
log.Printf("Trying to find cluster: joined %s", p.TailscaleIPs[0])
|
log.Printf("Trying to find cluster: joined %s", p.TailscaleIPs[0])
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user