summaryrefslogtreecommitdiff
path: root/src/feature/relay
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
commit162c9f1b81e12d9c6e3bec06fcc26040f6d28a7e (patch)
treeae6b9112b30e76e309bb1c5dfcfbf7c25a70eb76 /src/feature/relay
parente9495868892e12f5102f4964d7a9bba84adadd93 (diff)
parent4d60ab8fb798c35de2a646bfa7c71a88835b9c11 (diff)
downloadtor-162c9f1b81e12d9c6e3bec06fcc26040f6d28a7e.tar.gz
tor-162c9f1b81e12d9c6e3bec06fcc26040f6d28a7e.zip
Merge branch 'maint-0.4.6'
Diffstat (limited to 'src/feature/relay')
-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;
}