debug message for downloads

This commit is contained in:
Michael McLean 2007-03-21 17:47:55 -04:00
parent 10d58eafb5
commit 83b602979f

View file

@ -1270,6 +1270,7 @@ class BaseTaskHandler(object):
If the file is on an nfs mount, use that, otherwise download a copy"""
if options.topurl:
self.logger.debug("Downloading %s", relpath)
url = "%s/%s" % (options.topurl, relpath)
fsrc = urllib2.urlopen(url)
fn = "%s/local/%s" % (self.workdir, relpath)