[tor-commits] [tor/master] Remove an extraneous space in a log message

nickm at torproject.org nickm at torproject.org
Fri Mar 11 16:26:39 UTC 2016


commit 10330c12346af2b0fff892626295db30b98e6115
Author: teor (Tim Wilson-Brown) <teor2345 at gmail.com>
Date:   Tue Mar 1 19:08:02 2016 +0100

    Remove an extraneous space in a log message
---
 src/or/router.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/router.c b/src/or/router.c
index 60b03c0..68bcf13 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));
         }
       }





More information about the tor-commits mailing list