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