mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +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));
|
(int)(now-last_routerdesc_download_attempted));
|
||||||
} else {
|
} else {
|
||||||
log_info(LD_DIR,
|
log_info(LD_DIR,
|
||||||
"There are not many downloadable routerdescs, but we've "
|
"There are not many downloadable routerdescs, but we haven't "
|
||||||
"never downloaded descriptors before. Downloading.");
|
"tried downloading descriptors recently. Downloading.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user