log n of p

This commit is contained in:
Bel LaPointe
2026-03-09 13:28:56 -06:00
parent bb203dbdf9
commit 705193a999

View File

@@ -31,6 +31,7 @@ func run(ctx context.Context) error {
}
for i := 0; i < *p-1; i++ {
log.Printf("dialing %v of %v background connections...", i+1, *p-1)
func() {
connected := &sync.WaitGroup{}
connected.Add(1)