summaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-03-01 19:08:02 +0100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-03-01 19:08:02 +0100
commit10330c12346af2b0fff892626295db30b98e6115 (patch)
treec1b5fdfc1cb5d09eb217f2e957d31e16e760c935 /src/or/router.c
parent2120e140093484725ccb7221fa117e2c18795c4b (diff)
downloadtor-10330c12346af2b0fff892626295db30b98e6115.tar.gz
tor-10330c12346af2b0fff892626295db30b98e6115.zip
Remove an extraneous space in a log message
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
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));
}
}