Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
417ed7154a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/downloader/downloader.I

+ 2 - 2
panda/src/downloader/downloader.I

@@ -85,9 +85,9 @@ get_disk_write_frequency(void) const {
 ////////////////////////////////////////////////////////////////////
 INLINE int Downloader::
 get_bytes_written(void) const {
-  if (_initiated == false) {
+  if (_ever_initiated == false) {
     downloader_cat.warning()
-      << "Downloader::get_bytes_per_second() - Download has not been "
+      << "Downloader::get_bytes_written() - Download has not been "
       << "initiated" << endl;
     return 0.0;
   }