mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Move the logging of 'My line' to debug level (#5151).
This commit is contained in:
parent
bb2135fea6
commit
341e37e38c
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user