add clarifying continue

This commit is contained in:
Fran Bull 2025-02-27 13:35:07 -08:00
parent 7dbcb388b8
commit cd7d3ae4d2

View File

@ -283,6 +283,7 @@ func (c *Consensus) bootstrap(targets views.Slice[*ipnstate.PeerStatus]) error {
})
if err != nil {
log.Printf("Trying to find cluster: could not join %s: %v", p.TailscaleIPs[0], err)
continue
} else {
log.Printf("Trying to find cluster: joined %s", p.TailscaleIPs[0])
return nil