mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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:
|
if step.bytesDone > step.bytesNeeded:
|
||||||
# Oops, too much data. Might as well abort;
|
# Oops, too much data. Might as well abort;
|
||||||
# it's the wrong file.
|
# it's the wrong file.
|
||||||
|
self.notify.warning("Got more data than expected for download %s" % (url))
|
||||||
break
|
break
|
||||||
|
|
||||||
self.__updateStepProgress(step)
|
self.__updateStepProgress(step)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user