Skip to content

Commit

Permalink
Update clientpool/channel.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Boyle <[email protected]>
  • Loading branch information
nanassito and pacejackson authored Feb 24, 2023
1 parent c8c0f22 commit 096b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientpool/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 096b511

Please sign in to comment.