log download retries

This commit is contained in:
André Roth
2019-06-29 23:33:37 +02:00
committed by Lorenzo Bolla
parent b4efe6a810
commit c0528888f4
+1
View File
@@ -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