*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-20 03:44:32 +00:00
parent c99b3db61d
commit 417ed7154a

View File

@ -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;
}