From: teor (Tim Wilson-Brown) Date: Tue, 26 Jan 2016 02:47:23 +0000 (+1100) Subject: Correct grammatical errors in tor log messages X-Git-Tag: tor-0.2.8.1-alpha~33^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a4b4f0c3a08f08a5a7774b27811f0c5af3c1e99;p=thirdparty%2Ftor.git Correct grammatical errors in tor log messages Avoid using gender for things that don't have it. --- diff --git a/src/or/router.c b/src/or/router.c index 8cde4a1a35..741e1edb22 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2375,7 +2375,7 @@ router_new_address_suggestion(const char *suggestion, if (tor_addr_eq(&d_conn->base_.addr, &addr)) { /* Don't believe anybody who says our IP is their IP. */ log_debug(LD_DIR, "A directory server told us our IP address is %s, " - "but he's just reporting his own IP address. Ignoring.", + "but they are just reporting their own IP address. Ignoring.", suggestion); return; }