Bläddra i källkod

Clean up a warning a bit

Nick Mathewson 14 år sedan
förälder
incheckning
dbd73b9689
1 ändrade filer med 3 tillägg och 4 borttagningar
  1. 3 4
      src/or/config.c

+ 3 - 4
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)