Commit 190e93a3 authored by Lucas Carvalho's avatar Lucas Carvalho

Forgot to change after renaming the method.

parent e2cb9712
......@@ -144,7 +144,7 @@ def upload_network_cached(network_cache, external_url, path, logger):
'data': base64.encodestring(data),
'url': base64.encodestring(external_url)}))
if result.code == 200:
_update_network_cached_map(sha256sum, external_url)
_update_network_cached_log(sha256sum, external_url)
except (IOError, EOFError), e:
logger.info('Fail to upload cache on %s. %s' % \
......
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