mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
eaa7527155
commit
8f93982302
@ -469,6 +469,9 @@ run(void) {
|
|||||||
if (write_to_disk(_current_status) == false)
|
if (write_to_disk(_current_status) == false)
|
||||||
return DS_error_write;
|
return DS_error_write;
|
||||||
}
|
}
|
||||||
|
if (downloader_cat.is_debug())
|
||||||
|
downloader_cat.debug()
|
||||||
|
<< "Downloader::run() - Got eof" << endl;
|
||||||
cleanup();
|
cleanup();
|
||||||
return DS_success;
|
return DS_success;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user