Make directory caches a little less chatty when logging

svn:r5662
This commit is contained in:
Nick Mathewson 2005-12-27 06:05:54 +00:00
parent fa0d5aa894
commit 9ef54a3d0c

View File

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