Browse Source

download error - additional logging

Ken Patel 15 years ago
parent
commit
2a4ae20523
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/p3d/PackageInfo.py

+ 1 - 0
direct/src/p3d/PackageInfo.py

@@ -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)