mirror of
https://github.com/rclone/rclone.git
synced 2025-03-14 08:25:15 +08:00
Make server side move more obvious in debug
This commit is contained in:
parent
c55402caa2
commit
fafbcc8e2f
@ -361,7 +361,7 @@ func Move(fdst Fs, dst Object, remote string, src Object) (err error) {
|
|||||||
_, err := do.Move(src, remote)
|
_, err := do.Move(src, remote)
|
||||||
switch err {
|
switch err {
|
||||||
case nil:
|
case nil:
|
||||||
Debug(src, "Moved")
|
Debug(src, "Moved (server side)")
|
||||||
return nil
|
return nil
|
||||||
case ErrorCantMove:
|
case ErrorCantMove:
|
||||||
Debug(src, "Can't move, switching to copy")
|
Debug(src, "Can't move, switching to copy")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user