summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2021-08-26 13:38:48 -0700
committerNeel Chauhan <neel@neelc.org>2021-08-26 13:40:53 -0700
commit8ead53330c73e9bc1b82f6b7fc8946d629063842 (patch)
tree637674789022caa1f6177210e47fe4c6c18089de /src
parent29ec66fb39ec07df6809f47741dc48d9d366ef22 (diff)
downloadtor-8ead53330c73e9bc1b82f6b7fc8946d629063842.tar.gz
tor-8ead53330c73e9bc1b82f6b7fc8946d629063842.zip
Add spaces between the "and" when logging the "Your server has not managed to confirm reachability for its" on dual-stack relays
Diffstat (limited to 'src')
-rw-r--r--src/feature/relay/relay_periodic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/relay_periodic.c b/src/feature/relay/relay_periodic.c
index ee94590e01..dd9be4e36f 100644
--- a/src/feature/relay/relay_periodic.c
+++ b/src/feature/relay/relay_periodic.c
@@ -219,7 +219,7 @@ reachability_warnings_callback(time_t now, const or_options_t *options)
tor_asprintf(&where4, "%s:%d", address4, me->ipv4_orport);
if (!v6_ok)
tor_asprintf(&where6, "[%s]:%d", address6, me->ipv6_orport);
- const char *opt_and = (!v4_ok && !v6_ok) ? "and" : "";
+ const char *opt_and = (!v4_ok && !v6_ok) ? " and " : "";
/* IPv4 reachability test worked but not the IPv6. We will _not_
* publish the descriptor if our IPv6 was configured. We will if it