more colors.

This commit is contained in:
fiatjaf
2025-04-03 11:57:18 -03:00
parent 9547711e8d
commit 7ae2e686cb
2 changed files with 12 additions and 5 deletions

View File

@@ -209,7 +209,7 @@ func connectToAllRelays(
} else {
// simple flow
for _, url := range relayUrls {
log("connecting to %s... ", url)
log("connecting to %s... ", color.CyanString(url))
relay := connectToSingleRelay(ctx, url, preAuthSigner, nil, log)
if relay != nil {
relays = append(relays, relay)