Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
8747afc5
Unverified
Commit
8747afc5
authored
Feb 10, 2018
by
Dominique Ingoglia
Committed by
teor
Aug 23, 2018
Browse files
Change the wording of the DirCache warning
parent
ac44e70f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/config/config.c
View file @
8747afc5
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment