tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4d60ab8fb798c35de2a646bfa7c71a88835b9c11
parent ec5611e876b5e32dbf241ded13311e1532791876
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 18 Jan 2022 13:15:38 -0500

Merge branch 'maint-0.4.5' into maint-0.4.6

Diffstat:
Msrc/feature/relay/router.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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; }