Revert "Pretty-print the "Trying a mirror" message"
This reverts commit af8e3b5aeacdb10a412560e131d631ba733a8346. Sorry for the noise. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9b3c22c7bd
commit
1dc0775a15
@ -563,8 +563,7 @@ private
|
|||||||
fetched = downloader.fetch
|
fetched = downloader.fetch
|
||||||
rescue DownloadError => e
|
rescue DownloadError => e
|
||||||
raise e if mirror_list.empty?
|
raise e if mirror_list.empty?
|
||||||
opoo e.message
|
opoo "#{e.message}\nTrying a mirror."
|
||||||
oh1 "Trying a mirror"
|
|
||||||
url, specs = mirror_list.shift.values_at :url, :specs
|
url, specs = mirror_list.shift.values_at :url, :specs
|
||||||
downloader = download_strategy.new url, name, version, specs
|
downloader = download_strategy.new url, name, version, specs
|
||||||
retry
|
retry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user