Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
8f93982302
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/downloader/downloader.cxx

+ 3 - 0
panda/src/downloader/downloader.cxx

@@ -469,6 +469,9 @@ run(void) {
         if (write_to_disk(_current_status) == false)
           return DS_error_write;
       }
+      if (downloader_cat.is_debug())
+        downloader_cat.debug()
+	  << "Downloader::run() - Got eof" << endl;
       cleanup();
       return DS_success;
     } else {