mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
weaken our anonymity warning a little bit more
svn:r2771
This commit is contained in:
parent
e5229a214c
commit
c03a3eaed0
@ -994,7 +994,7 @@ static int tor_init(int argc, char *argv[]) {
|
|||||||
|
|
||||||
/* give it somewhere to log to initially */
|
/* give it somewhere to log to initially */
|
||||||
add_temp_log();
|
add_temp_log();
|
||||||
log_fn(LOG_NOTICE,"Tor v%s. This is experimental software. Do not use it if you need anonymity.",VERSION);
|
log_fn(LOG_NOTICE,"Tor v%s. This is experimental software. Do not rely on it for strong anonymity.",VERSION);
|
||||||
|
|
||||||
if (network_init()<0) {
|
if (network_init()<0) {
|
||||||
log_fn(LOG_ERR,"Error initializing network; exiting.");
|
log_fn(LOG_ERR,"Error initializing network; exiting.");
|
||||||
|
Loading…
Reference in New Issue
Block a user