mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 17:43:50 +00:00
onedrive: implement Move #197
This commit is contained in:
@@ -395,7 +395,7 @@ func Move(fdst Fs, dst Object, remote string, src Object) (err error) {
|
||||
Debugf(src, "Can't move, switching to copy")
|
||||
default:
|
||||
Stats.Error()
|
||||
Errorf(dst, "Couldn't move: %v", err)
|
||||
Errorf(src, "Couldn't move: %v", err)
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user