mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Correct grammatical errors in tor log messages
Avoid using gender for things that don't have it.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user