From cd7d3ae4d2af3277d89e3b8d7b7dde4cf09edb90 Mon Sep 17 00:00:00 2001 From: Fran Bull Date: Thu, 27 Feb 2025 13:35:07 -0800 Subject: [PATCH] add clarifying continue --- tsconsensus/tsconsensus.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconsensus/tsconsensus.go b/tsconsensus/tsconsensus.go index e8c7a43b3..31a79839c 100644 --- a/tsconsensus/tsconsensus.go +++ b/tsconsensus/tsconsensus.go @@ -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