mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Change the wording of the DirCache warning
This commit is contained in:
parent
ac44e70ffc
commit
8747afc5e0
@ -4714,8 +4714,7 @@ have_enough_mem_for_dircache(const or_options_t *options, size_t total_mem,
|
|||||||
} else {
|
} else {
|
||||||
if (total_mem >= DIRCACHE_MIN_MEM_BYTES) {
|
if (total_mem >= DIRCACHE_MIN_MEM_BYTES) {
|
||||||
*msg = tor_strdup("DirCache is disabled and we are configured as a "
|
*msg = tor_strdup("DirCache is disabled and we are configured as a "
|
||||||
"relay. This may disqualify us from becoming a guard in the "
|
"relay. Many client versions will not choose us as a guard. ");
|
||||||
"future.");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return *msg == NULL ? 0 : -1;
|
return *msg == NULL ? 0 : -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user