소스 검색

right now we don't support entryguards on auth dirservers,
but that doesn't mean we need to remind them every time
they start up.


svn:r6179

Roger Dingledine 20 년 전
부모
커밋
51fc6799ad
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/or/config.c

+ 2 - 2
src/or/config.c

@@ -2181,8 +2181,8 @@ options_validate(or_options_t *old_options, or_options_t *options,
       options->RecommendedServerVersions =
         config_lines_dup(options->RecommendedVersions);
     if (options->UseEntryGuards) {
-      log_notice(LD_CONFIG, "Authoritative directory servers can't set "
-                 "UseEntryGuards. Disabling.");
+      log_info(LD_CONFIG, "Authoritative directory servers can't set "
+               "UseEntryGuards. Disabling.");
       options->UseEntryGuards = 0;
     }
   }