summaryrefslogtreecommitdiff
path: root/morphlib/remoteartifactcache.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-20 15:01:00 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-22 11:39:52 +0100
commit1133dcef64ae71845bbec741a7b061858e7fa731 (patch)
treef22e313c076b4551104502d9f09a9395ef3f4a4b /morphlib/remoteartifactcache.py
parent91a1f4f1b88d16f61b602d5c5ab2ca8e9f7228d9 (diff)
downloadmorph-1133dcef64ae71845bbec741a7b061858e7fa731.tar.gz
Add logging, for debugging
Diffstat (limited to 'morphlib/remoteartifactcache.py')
-rw-r--r--morphlib/remoteartifactcache.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/remoteartifactcache.py b/morphlib/remoteartifactcache.py
index dae252ac..649ff49e 100644
--- a/morphlib/remoteartifactcache.py
+++ b/morphlib/remoteartifactcache.py
@@ -96,6 +96,7 @@ class RemoteArtifactCache(object):
def _get_file(self, filename): # pragma: no cover
url = self._request_url(filename)
+ logging.debug('RemoteArtifactCache._get_file: url=%s' % url)
return urllib2.urlopen(url)
def _request_url(self, filename): # pragma: no cover