瀏覽代碼

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 19 年之前
父節點
當前提交
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;
     }
   }