mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'bug23985_029' into maint-0.3.2
This commit is contained in:
@@ -5024,6 +5024,11 @@ launch_descriptor_downloads(int purpose,
|
||||
log_debug(LD_DIR,
|
||||
"There are enough downloadable %ss to launch requests.",
|
||||
descname);
|
||||
} else if (! router_have_minimum_dir_info()) {
|
||||
log_debug(LD_DIR,
|
||||
"We are only missing %d %ss, but we'll fetch anyway, since "
|
||||
"we don't yet have enough directory info.",
|
||||
n_downloadable, descname);
|
||||
} else {
|
||||
|
||||
/* should delay */
|
||||
|
||||
Reference in New Issue
Block a user