From: teor (Tim Wilson-Brown) Date: Tue, 1 Mar 2016 18:08:02 +0000 (+0100) Subject: Remove an extraneous space in a log message X-Git-Tag: tor-0.2.8.2-alpha~68^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10330c12346af2b0fff892626295db30b98e6115;p=thirdparty%2Ftor.git Remove an extraneous space in a log message --- diff --git a/src/or/router.c b/src/or/router.c index 60b03c0b54..68bcf1326e 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -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)); } }