correct a false log message, since we actually reset all our

downloading stats every hour, and sometimes more often.


svn:r6505
This commit is contained in:
Roger Dingledine 2006-05-26 16:29:20 +00:00
parent 731f4086c0
commit f579478687

View File

@ -3463,8 +3463,8 @@ update_router_descriptor_client_downloads(time_t now)
(int)(now-last_routerdesc_download_attempted));
} else {
log_info(LD_DIR,
"There are not many downloadable routerdescs, but we've "
"never downloaded descriptors before. Downloading.");
"There are not many downloadable routerdescs, but we haven't "
"tried downloading descriptors recently. Downloading.");
}
}
}