mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Merge branch 'maint-0.4.5' into maint-0.4.6
This commit is contained in:
commit
ec5611e876
2 changed files with 4 additions and 1 deletions
3
changes/ticket40544
Normal file
3
changes/ticket40544
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Minor bugfix (logging):
|
||||
- Update a log notice dead URL to a working one. Fixes bug 40544; bugfix on
|
||||
0.3.5.1-alpha.
|
|
@ -594,7 +594,7 @@ tor_init(int argc, char *argv[])
|
|||
|
||||
log_notice(LD_GENERAL, "Tor can't help you if you use it wrong! "
|
||||
"Learn how to be safe at "
|
||||
"https://www.torproject.org/download/download#warning");
|
||||
"https://support.torproject.org/faq/staying-anonymous/");
|
||||
|
||||
if (strstr(version, "alpha") || strstr(version, "beta"))
|
||||
log_notice(LD_GENERAL, "This version is not a stable Tor release. "
|
||||
|
|
Loading…
Add table
Reference in a new issue