forked from TrueCloudLab/rclone
mount: log IO errors at ERROR level - fixes #6217
This commit is contained in:
parent
115f1c2cc9
commit
e57fe14b61
1 changed files with 1 additions and 0 deletions
|
@ -102,5 +102,6 @@ func translateError(err error) error {
|
||||||
case vfs.EINVAL:
|
case vfs.EINVAL:
|
||||||
return fuse.Errno(syscall.EINVAL)
|
return fuse.Errno(syscall.EINVAL)
|
||||||
}
|
}
|
||||||
|
fs.Errorf(nil, "IO error: %v", err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue