소스 검색

Move the logging of 'My line' to debug level (#5151).

Linus Nordberg 13 년 전
부모
커밋
341e37e38c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -1997,7 +1997,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
     if (a) {
       tor_asprintf(&extra_or_address,
                    "or-address %s:%d\n", a, router->ipv6_orport);
-      log_notice(LD_OR, "My line is <%s>", extra_or_address);
+      log_debug(LD_OR, "My or-address line is <%s>", extra_or_address);
     }
   }