Skip to content

Commit fd98a22

Browse files
ndyakovCopilot
andauthored
Update internal/pool/pool.go
Co-authored-by: Copilot <[email protected]>
1 parent ded98ec commit fd98a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pool/pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ func (p *ConnPool) popIdle() (*Conn, error) {
539539

540540
// If we exhausted all attempts without finding a usable connection, return nil
541541
if attempts >= popAttempts {
542-
log.Printf("redis: connection pool: failed to get an usable connection after %d attempts", popAttempts)
542+
log.Printf("redis: connection pool: failed to get a usable connection after %d attempts", popAttempts)
543543
return nil, nil
544544
}
545545

0 commit comments

Comments
 (0)