diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-12 08:50:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-12 08:50:09 -0400 |
commit | 87944cecfc2e313f6514109301f12d1b3bc93f0b (patch) | |
tree | 7d79166cf43e86b815dbb005b48f2411f42aec05 /src/feature/client | |
parent | 41261c3b5cd505f5a601c319eb484866903814af (diff) | |
parent | 670d4026219534558c809c48ba36b905d18ce35f (diff) | |
download | tor-87944cecfc2e313f6514109301f12d1b3bc93f0b.tar.gz tor-87944cecfc2e313f6514109301f12d1b3bc93f0b.zip |
Merge remote-tracking branch 'tor-github/pr/1300'
Diffstat (limited to 'src/feature/client')
-rw-r--r-- | src/feature/client/entrynodes.c | 3 |
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); |