Merge branch 'maint-0.3.5' into maint-0.4.0

This commit is contained in:
Nick Mathewson
2019-09-17 21:28:37 -04:00
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -1731,7 +1731,8 @@ test_entry_guard_manage_primary(void *arg)
dir_info_str =guard_selection_get_err_str_if_dir_info_missing(gs, 1, 2, 3);
tt_str_op(dir_info_str, OP_EQ,
"We're missing descriptors for 1/2 of our primary entry guards "
"(total microdescriptors: 2/3).");
"(total microdescriptors: 2/3). That's ok. We will try to fetch "
"missing descriptors soon.");
tor_free(dir_info_str);
}