mirror of
https://github.com/minio/minio.git
synced 2025-02-09 20:58:08 -05:00
remove unnecessary log in Listing()
This commit is contained in:
parent
f00187033d
commit
2dd8faaedc
@ -20,7 +20,6 @@ package cmd
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"errors"
|
|
||||||
"os"
|
"os"
|
||||||
"path"
|
"path"
|
||||||
"sort"
|
"sort"
|
||||||
@ -385,9 +384,6 @@ func (m metaCacheEntries) resolve(r *metadataResolutionParams) (selected *metaCa
|
|||||||
// shallow decode.
|
// shallow decode.
|
||||||
xl, err := entry.xlmeta()
|
xl, err := entry.xlmeta()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if !errors.Is(err, errFileNotFound) {
|
|
||||||
internalLogIf(GlobalContext, err)
|
|
||||||
}
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
objsValid++
|
objsValid++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user