mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
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:
parent
731f4086c0
commit
f579478687
@ -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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user