]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove an extraneous space in a log message
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Tue, 1 Mar 2016 18:08:02 +0000 (19:08 +0100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Tue, 1 Mar 2016 18:08:02 +0000 (19:08 +0100)
src/or/router.c

index 60b03c0b54ec0f6ad32b413465f99a93f290459c..68bcf1326ef13f5c309b098e0113800ae7ebd2ce 100644 (file)
@@ -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));
         }
       }