mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Make directory caches a little less chatty when logging
svn:r5662
This commit is contained in:
parent
fa0d5aa894
commit
9ef54a3d0c
@ -3448,6 +3448,8 @@ update_router_descriptor_cache_downloads(time_t now)
|
||||
continue;
|
||||
}
|
||||
smartlist_t *dl = download_from[i];
|
||||
if (! smartlist_len(dl))
|
||||
continue;
|
||||
info(LD_DIR, "Requesting %d descriptors from authority \"%s\"",
|
||||
smartlist_len(dl), ds->nickname);
|
||||
for (j=0; j < smartlist_len(dl); j += MAX_DL_PER_REQUEST) {
|
||||
|
Loading…
Reference in New Issue
Block a user