mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
mount: do not log successful unmount as an error - fixes #8766
This commit is contained in:
@@ -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