[tor-commits] [tor/maint-0.2.2] Clean up a warning a bit

nickm at torproject.org nickm at torproject.org
Fri Apr 29 15:13:57 UTC 2011


commit dbd73b9689e8008adc149472ca5c02692a49923d
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Apr 29 11:14:53 2011 -0400

    Clean up a warning a bit
---
 src/or/config.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index 8671822..666a1bd 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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)



More information about the tor-commits mailing list