소스 검색

Downgrade too-frequent "nothing happened" message from info to debug

svn:r5200
Nick Mathewson 20 년 전
부모
커밋
039edb3dbb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/connection.c

+ 1 - 1
src/or/connection.c

@@ -883,7 +883,7 @@ retry_listeners(int type, config_line_t *cfg,
       }
     } else {
       /* It's configured; we don't need to launch it. */
-      log_fn(LOG_INFO, "Already have %s on %s:%d",
+      log_fn(LOG_DEBUG, "Already have %s on %s:%d",
              conn_type_to_string(type), conn->address, conn->port);
       smartlist_remove(launch, line);
       if (free_launch_elts)