aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-01-18 13:15:38 -0500
committerDavid Goulet <dgoulet@torproject.org>2022-01-18 13:15:38 -0500
commit4d60ab8fb798c35de2a646bfa7c71a88835b9c11 (patch)
tree37577c3bede6567986187f8a55955d5c9b59d1cf
parentec5611e876b5e32dbf241ded13311e1532791876 (diff)
parent4ab4521c3143123bf2da410c483eb8a9c95455a0 (diff)
downloadtor-4d60ab8fb798c35de2a646bfa7c71a88835b9c11.tar.gz
tor-4d60ab8fb798c35de2a646bfa7c71a88835b9c11.zip
Merge branch 'maint-0.4.5' into maint-0.4.6
-rw-r--r--src/feature/relay/router.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/relay/router.c b/src/feature/relay/router.c
index a2ca472307..bc98fd985c 100644
--- a/src/feature/relay/router.c
+++ b/src/feature/relay/router.c
@@ -565,8 +565,8 @@ log_new_relay_greeting(void)
tor_log(LOG_NOTICE, LD_GENERAL, "You are running a new relay. "
"Thanks for helping the Tor network! If you wish to know "
"what will happen in the upcoming weeks regarding its usage, "
- "have a look at https://blog.torproject.org/blog/lifecycle-of"
- "-a-new-relay");
+ "have a look at https://blog.torproject.org/lifecycle-of-a"
+ "-new-relay");
already_logged = 1;
}