浏览代码

Quiet the "Exitrouter '%s' seems to be more restrictive than its exit
policy. Not using this router as exit for now." message, since it
legitimately appears every so often and there's no need to alarm users.


svn:r13677

Roger Dingledine 17 年之前
父节点
当前提交
5ec5a747d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/relay.c

+ 1 - 1
src/or/relay.c

@@ -759,7 +759,7 @@ connection_edge_process_end_not_open(
             (rh->length < 5 ||
             (rh->length < 5 ||
              (tor_inet_aton(conn->socks_request->address, &in) &&
              (tor_inet_aton(conn->socks_request->address, &in) &&
               !conn->chosen_exit_name))) {
               !conn->chosen_exit_name))) {
-          log_notice(LD_APP,
+          log_info(LD_APP,
                  "Exitrouter '%s' seems to be more restrictive than its exit "
                  "Exitrouter '%s' seems to be more restrictive than its exit "
                  "policy. Not using this router as exit for now.",
                  "policy. Not using this router as exit for now.",
                  exitrouter->nickname);
                  exitrouter->nickname);