summaryrefslogtreecommitdiff
path: root/src/feature
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-17 21:28:38 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-17 21:28:38 -0400
commit5f00c03ed0327917409b074b99b7509c26128617 (patch)
tree23bb31a01001edd2414d7087a4c431f20db07a21 /src/feature
parentc3e94a8ccdea60d460d0095821c1743c0f815367 (diff)
parent9e674d0eb4d83caab5298e83c837ebd58b0f5d3d (diff)
downloadtor-5f00c03ed0327917409b074b99b7509c26128617.tar.gz
tor-5f00c03ed0327917409b074b99b7509c26128617.zip
Merge branch 'maint-0.4.0' into maint-0.4.1
Diffstat (limited to 'src/feature')
-rw-r--r--src/feature/client/entrynodes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/client/entrynodes.c b/src/feature/client/entrynodes.c
index 54a9238d8f..5b6216f483 100644
--- a/src/feature/client/entrynodes.c
+++ b/src/feature/client/entrynodes.c
@@ -3765,7 +3765,8 @@ guard_selection_get_err_str_if_dir_info_missing(guard_selection_t *gs,
/* otherwise return a helpful error string */
tor_asprintf(&ret_str, "We're missing descriptors for %d/%d of our "
- "primary entry guards (total %sdescriptors: %d/%d).",
+ "primary entry guards (total %sdescriptors: %d/%d). "
+ "That's ok. We will try to fetch missing descriptors soon.",
n_missing_descriptors, num_primary_to_check,
using_mds?"micro":"", num_present, num_usable);