mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Tweak the "this is not a stable release" warning some more
This commit is contained in:
parent
4f7587a5ed
commit
2b4d4ffa8f
@ -1894,9 +1894,9 @@ tor_init(int argc, char *argv[])
|
||||
"Learn how to be safe at "
|
||||
"https://www.torproject.org/download/download#warning");
|
||||
|
||||
if (strstr(version, "alpha"))
|
||||
log_notice(LD_GENERAL, "This is an alpha release; do not rely on it for "
|
||||
"strong anonymity.");
|
||||
if (strstr(version, "alpha") || strstr(version, "beta"))
|
||||
log_notice(LD_GENERAL, "This version is not a stable Tor release. "
|
||||
"Expect more bugs than usual.");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user