소스 검색

forward-port the n_named log severity downgrade.

svn:r6385
Roger Dingledine 18 년 전
부모
커밋
3791d3daaa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/routerlist.c

+ 1 - 1
src/or/routerlist.c

@@ -2704,7 +2704,7 @@ routers_update_all_from_networkstatus(void)
                  n_recent-n_valid, n_recent);
         have_warned_about_invalid_status = 1;
       } else if (n_naming && !n_named) {
-        log_warn(LD_GENERAL, "0/%d name-binding directory authorities "
+        log_info(LD_GENERAL, "0/%d name-binding directory authorities "
                  "recognize your nickname. Please consider sending your "
                  "nickname and identity fingerprint to the tor-ops.",
                  n_naming);