download error - additional logging

This commit is contained in:
Ken Patel 2010-09-29 01:00:33 +00:00
parent 40186e5499
commit 2a4ae20523

View File

@ -821,6 +821,7 @@ class PackageInfo:
if step.bytesDone > step.bytesNeeded:
# Oops, too much data. Might as well abort;
# it's the wrong file.
self.notify.warning("Got more data than expected for download %s" % (url))
break
self.__updateStepProgress(step)