*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-15 22:27:29 +00:00
parent eaa7527155
commit 8f93982302

View File

@ -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 {