sb: Fix error handling.

This commit is contained in:
Chris Johns 2014-07-25 21:43:50 +10:00
parent 114ef08279
commit fa87409ff0

View File

@ -195,7 +195,7 @@ def _http_downloader(url, local, config, opts):
failed = True
except:
msg = 'download: %s: error' % (url)
log.stderr(msd)
log.stderr(msg)
log.notice(msg)
if _out is not None:
_out.close()