mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
download error - additional logging
This commit is contained in:
parent
40186e5499
commit
2a4ae20523
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user