Remove unwanted volume access denied log (#6042)

Fixes #6039
master
kannappanr 6 years ago committed by GitHub
parent c3a5146422
commit 001d9a4ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      cmd/fs-v1-helpers.go

@ -178,7 +178,6 @@ func fsStatVolume(ctx context.Context, volume string) (os.FileInfo, error) {
}
if !fi.IsDir() {
logger.LogIf(ctx, errVolumeAccessDenied)
return nil, errVolumeAccessDenied
}

Loading…
Cancel
Save