From 8747afc5e0504178f70ac113977e05ccf6d5626e Mon Sep 17 00:00:00 2001 From: Dominique Ingoglia Date: Sat, 10 Feb 2018 14:33:14 -0700 Subject: Change the wording of the DirCache warning --- src/app/config/config.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/app/config/config.c b/src/app/config/config.c index 1b1889779d..1502754ec9 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -4714,8 +4714,7 @@ have_enough_mem_for_dircache(const or_options_t *options, size_t total_mem, } else { if (total_mem >= DIRCACHE_MIN_MEM_BYTES) { *msg = tor_strdup("DirCache is disabled and we are configured as a " - "relay. This may disqualify us from becoming a guard in the " - "future."); + "relay. Many client versions will not choose us as a guard. "); } } return *msg == NULL ? 0 : -1; -- cgit v1.2.3-54-g00ecf