mirror of
https://github.com/rclone/rclone.git
synced 2026-09-17 00:47:21 -04:00
mount: do not log successful unmount as an error - fixes #8766
This commit is contained in:
1 parent
1aaee9edce
commit
b010591c96
1 file changed
+1
-1
@@ -396,7 +396,7 @@ func (m *MountPoint) Wait() error {
|
||||
if err := m.Unmount(); err != nil {
|
||||
fs.Errorf(m.MountPoint, "Failed to unmount: %v", err)
|
||||
} else {
|
||||
fs.Errorf(m.MountPoint, "Unmounted rclone mount")
|
||||
fs.Logf(m.MountPoint, "Unmounted rclone mount")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user