mirror of
https://github.com/rclone/rclone.git
synced 2025-02-02 03:29:51 +01:00
cmd: fix wording for no retries message
See: https://forum.rclone.org/t/immutable-should-set-retries-1-when-source-and-dest-are-different/21326/
This commit is contained in:
parent
cb97c2b0d3
commit
2af7b61fc3
@ -264,7 +264,7 @@ func Run(Retry bool, showStats bool, cmd *cobra.Command, f func() error) {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
if accounting.GlobalStats().Errored() && !accounting.GlobalStats().HadRetryError() {
|
if accounting.GlobalStats().Errored() && !accounting.GlobalStats().HadRetryError() {
|
||||||
fs.Errorf(nil, "Can't retry this error - not attempting retries")
|
fs.Errorf(nil, "Can't retry any of the errors - not attempting retries")
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if retryAfter := accounting.GlobalStats().RetryAfter(); !retryAfter.IsZero() {
|
if retryAfter := accounting.GlobalStats().RetryAfter(); !retryAfter.IsZero() {
|
||||||
|
Loading…
Reference in New Issue
Block a user