diff options
author | David Goulet <dgoulet@torproject.org> | 2022-01-18 13:15:33 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-01-18 13:15:33 -0500 |
commit | 501d8bbd4cb50739182a54f1e3482ce8e3c8d53b (patch) | |
tree | c85fcb122cb689b9a94dfb1daca81499c9816545 | |
parent | e52348069133cd14b119e3c74d945cfb36771814 (diff) | |
parent | d6c2da663029f4da94a9b7ff68f830e6e7f80e7d (diff) | |
download | tor-501d8bbd4cb50739182a54f1e3482ce8e3c8d53b.tar.gz tor-501d8bbd4cb50739182a54f1e3482ce8e3c8d53b.zip |
Merge branch 'tor-gitlab/mr/511' into maint-0.3.5
-rw-r--r-- | src/feature/relay/router.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/relay/router.c b/src/feature/relay/router.c index 7ea2a4e719..c4170cd720 100644 --- a/src/feature/relay/router.c +++ b/src/feature/relay/router.c @@ -525,8 +525,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; } |