Fix wording in verbose copy logs - fixes #574

This commit is contained in:
Nick Craig-Wood 2016-07-09 10:11:57 +01:00
parent 2a1d4b7563
commit 4bd9932703
1 changed files with 1 additions and 1 deletions

View File

@ -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)"