mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
log download retries
This commit is contained in:
committed by
Lorenzo Bolla
parent
b4efe6a810
commit
c0528888f4
@@ -188,6 +188,7 @@ func (downloader *downloaderImpl) DownloadWithChecksum(ctx context.Context, url
|
||||
// get out of the loop
|
||||
break
|
||||
}
|
||||
downloader.progress.Printf("Retrying %s...\n", url)
|
||||
}
|
||||
|
||||
// still an error after retrying, giving up
|
||||
|
||||
Reference in New Issue
Block a user