diff --git a/clientpool/channel.go b/clientpool/channel.go index 8f151dc58..03f42ba41 100644 --- a/clientpool/channel.go +++ b/clientpool/channel.go @@ -68,7 +68,7 @@ func NewChannelPool(ctx context.Context, requiredInitialClients, bestEffortIniti c, err := opener() if err != nil { lastAttemptErr = fmt.Errorf( - "clientpool: error creating client #%d/%d: %w", + "clientpool: error creating best-effort client #%d/%d: %w", i, bestEffortInitialClients, err,