]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Change the wording of the DirCache warning
authorDominique Ingoglia <ingoglia@protonmail.com>
Sat, 10 Feb 2018 21:33:14 +0000 (14:33 -0700)
committerteor <teor@torproject.org>
Thu, 23 Aug 2018 09:13:15 +0000 (19:13 +1000)
src/app/config/config.c

index 1b1889779dd60075dcc0cfe2bb387617c14fa107..1502754ec98ae935e7d8d504261010d05787ddc0 100644 (file)
@@ -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;