mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
0d163ce747
commit
7f7455c336
@ -578,7 +578,7 @@ download(const string &file_name, Filename file_dest,
|
||||
|
||||
if (ans == RS_eof) {
|
||||
|
||||
if (got_any_data == true) {
|
||||
if (bytes > 0 || got_any_data == true) {
|
||||
if (downloader_cat.is_debug())
|
||||
downloader_cat.debug()
|
||||
<< "Download for: " << file_name << " completed" << endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user