Commit 8502df5b authored by Lucas Carvalho's avatar Lucas Carvalho

Display the error message.

Signed-off-by: default avatarLucas Carvalho <lucas@nexedi.com>
parent 14d8092d
......@@ -136,8 +136,8 @@ def download_network_cached(network_cache, path, url, logger):
network_cached_url)
return False
except IOError, e:
logger.info('Fail to download from network cache %s' % \
network_cached_url)
logger.info('Fail to download from network cache %s: %s' % \
(network_cached_url, str(e)))
return False
return True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment