From: Roger Dingledine Date: Wed, 10 Nov 2004 02:58:27 +0000 (+0000) Subject: weaken our anonymity warning a little bit more X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c03a3eaed0e0147fcbcf4c2bdfd6a73f996aa160;p=thirdparty%2Ftor.git weaken our anonymity warning a little bit more svn:r2771 --- diff --git a/src/or/main.c b/src/or/main.c index 9ffcbf9d15..fb415b34c8 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.");