mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 20:34:18 +08:00
Fix wording in verbose copy logs - fixes #574
This commit is contained in:
parent
2a1d4b7563
commit
4bd9932703
|
@ -231,7 +231,7 @@ func Copy(f Fs, dst, src Object) (err error) {
|
|||
in := NewAccount(in0, src) // account the transfer
|
||||
|
||||
if doUpdate {
|
||||
actionTaken = "Copied (updated existing)"
|
||||
actionTaken = "Copied (replaced existing)"
|
||||
err = dst.Update(in, src)
|
||||
} else {
|
||||
actionTaken = "Copied (new)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user