Merge branch 'bug23985_029' into maint-0.3.2

This commit is contained in:
Nick Mathewson
2017-11-09 08:15:46 -05:00
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -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 */