Remove unwanted volume access denied log (#6042)

Fixes #6039
This commit is contained in:
kannappanr
2018-06-18 11:43:41 -07:00
committed by GitHub
parent c3a5146422
commit 001d9a4ae7

View File

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