]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Move the logging of 'My line' to debug level (#5151).
authorLinus Nordberg <linus@nordberg.se>
Mon, 19 Mar 2012 04:12:19 +0000 (05:12 +0100)
committerLinus Nordberg <linus@nordberg.se>
Mon, 19 Mar 2012 04:12:19 +0000 (05:12 +0100)
src/or/router.c

index d86c5f3e39229f6195aad35960d671a79937f0d8..fa89e614c00f6029d4a340aa6570da6172057a5e 100644 (file)
@@ -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);
     }
   }