Project

Profile

Help

Issue #1629 » 0001-Log-the-actual-connection-error.patch

Patch Nectar to log the actual connection error. - jcline@redhat.com, 02/05/2016 09:27 PM

View differences:

nectar/downloaders/threaded.py
report.download_skipped()
except requests.ConnectionError as e:
_logger.warning("Connection Error - {url} could not be reached.".format(
url=request.url)
)
_logger.warning(str(e))
self.failed_netlocs.add(netloc)
report.download_connection_error()
(4-4/4)