mirror of
https://github.com/rclone/rclone.git
synced 2024-11-27 10:50:03 +08:00
Make retry logs be debug in main copy routine
This commit is contained in:
parent
3ad8fb8634
commit
13797a1fb8
|
@ -250,7 +250,7 @@ func Copy(f Fs, dst, src Object) {
|
|||
}
|
||||
// Retry if err returned a retry error
|
||||
if IsRetryError(err) || ShouldRetry(err) {
|
||||
Log(src, "Received error: %v - low level retry %d/%d", err, tries, maxTries)
|
||||
Debug(src, "Received error: %v - low level retry %d/%d", err, tries, maxTries)
|
||||
if removeFailedCopy(dst) {
|
||||
// If we removed dst, then nil it out and note we are not updating
|
||||
dst = nil
|
||||
|
|
Loading…
Reference in New Issue
Block a user