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
commit4ab4521c3143123bf2da410c483eb8a9c95455a0 (patch)
tree70e28fee87e237dc13beb9b8a08c9bbd228575ac
parent49c758af47ce5e45154dbf445519b422d79f30ad (diff)
parent501d8bbd4cb50739182a54f1e3482ce8e3c8d53b (diff)
downloadtor-4ab4521c3143123bf2da410c483eb8a9c95455a0.tar.gz
tor-4ab4521c3143123bf2da410c483eb8a9c95455a0.zip
Merge branch 'maint-0.3.5' into maint-0.4.5
-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 7f156d1150..fb26309dfa 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;
}