mirror of
https://github.com/rclone/rclone.git
synced 2025-12-20 10:13:20 +00:00
mount: log IO errors at ERROR level - fixes #6217
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user