mirror of
https://github.com/minio/minio.git
synced 2025-11-08 05:04:55 -05:00
Fix style of logOnceIf calls w/unique identifiers (#17631)
This commit is contained in:
@@ -1343,7 +1343,7 @@ func (z *erasureServerPools) ListObjects(ctx context.Context, bucket, prefix, ma
|
||||
merged, err := z.listPath(ctx, &opts)
|
||||
if err != nil && err != io.EOF {
|
||||
if !isErrBucketNotFound(err) {
|
||||
logger.LogOnceIf(ctx, err, "erasure-list-objects-path"+bucket)
|
||||
logger.LogOnceIf(ctx, err, "erasure-list-objects-path-"+bucket)
|
||||
}
|
||||
return loi, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user