summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pyfedpkg/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py
index 28ca295..08ae1b9 100644
--- a/src/pyfedpkg/__init__.py
+++ b/src/pyfedpkg/__init__.py
@@ -756,6 +756,7 @@ def sources(path, outdir=None):
if os.path.exists(outfile):
if _verify_file(outfile, csum, LOOKASIDEHASH):
continue
+ log.info("Downloading %s" % (file))
url = '%s/%s/%s/%s/%s' % (LOOKASIDE, module, file.replace(' ', '%20'),
csum, file.replace(' ', '%20'))
# There is some code here for using pycurl, but for now,