diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-10 02:58:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-10 02:58:27 +0000 |
commit | c03a3eaed0e0147fcbcf4c2bdfd6a73f996aa160 (patch) | |
tree | a51d0378308f582e8495de307447f93714f099dd | |
parent | e5229a214ce2bf41577ed8bc3e9f613c8b952ecf (diff) | |
download | tor-c03a3eaed0e0147fcbcf4c2bdfd6a73f996aa160.tar tor-c03a3eaed0e0147fcbcf4c2bdfd6a73f996aa160.tar.gz |
weaken our anonymity warning a little bit more
svn:r2771
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 9ffcbf9d1..fb415b34c 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -994,7 +994,7 @@ static int tor_init(int argc, char *argv[]) { /* give it somewhere to log to initially */ 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) { log_fn(LOG_ERR,"Error initializing network; exiting."); |