mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
remove unnecessary log when listing resume fails (#17086)
This commit is contained in:
parent
8c874884fc
commit
6105997299
@ -210,10 +210,6 @@ func (z *erasureServerPools) listPath(ctx context.Context, o *listPathOptions) (
|
|||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
o.ID = ""
|
o.ID = ""
|
||||||
|
|
||||||
if err != nil {
|
|
||||||
logger.LogIf(ctx, fmt.Errorf("Resuming listing from drives failed %w, proceeding to do raw listing", err))
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do listing in-place.
|
// Do listing in-place.
|
||||||
|
Loading…
Reference in New Issue
Block a user