1
0
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:
Nick Craig-Wood
2017-03-14 15:35:10 +00:00
parent e80d8db417
commit 99f7fe736a
4 changed files with 75 additions and 3 deletions

View File

@@ -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
}
}