mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Remove an extraneous space in a log message
This commit is contained in:
parent
2120e14009
commit
10330c1234
@ -1953,7 +1953,7 @@ router_build_fresh_descriptor(routerinfo_t **r, extrainfo_t **e)
|
||||
log_warn(LD_CONFIG,
|
||||
"Unable to use configured IPv6 address \"%s\" in a "
|
||||
"descriptor. Skipping it. "
|
||||
"Try specifying a globally reachable address explicitly. ",
|
||||
"Try specifying a globally reachable address explicitly.",
|
||||
tor_addr_to_str(addrbuf, &p->addr, sizeof(addrbuf), 1));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user