From c0528888f4278e21e6c34c3181ae3c72e35e5c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sat, 29 Jun 2019 23:33:37 +0200 Subject: [PATCH] log download retries --- http/download.go | 1 + 1 file changed, 1 insertion(+) diff --git a/http/download.go b/http/download.go index 4ae26707..9c5c294a 100644 --- a/http/download.go +++ b/http/download.go @@ -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