mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Clean up a warning a bit
This commit is contained in:
parent
93b0183d3c
commit
dbd73b9689
@ -3488,10 +3488,9 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
}
|
||||
|
||||
if (options->CookieAuthFileGroupReadable && !options->CookieAuthFile) {
|
||||
log_warn(LD_CONFIG, "You set the CookieAuthFileGroupReadable but did "
|
||||
"not configure a the path for the cookie file via "
|
||||
"CookieAuthFile. This means your cookie will not be group "
|
||||
"readable.");
|
||||
log_warn(LD_CONFIG, "CookieAuthFileGroupReadable is set, but will have "
|
||||
"no effect: you must specify an explicit CookieAuthFile to "
|
||||
"have it group-readable.");
|
||||
}
|
||||
|
||||
if (options->UseEntryGuards && ! options->NumEntryGuards)
|
||||
|
Loading…
Reference in New Issue
Block a user