]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
weaken our anonymity warning a little bit more
authorRoger Dingledine <arma@torproject.org>
Wed, 10 Nov 2004 02:58:27 +0000 (02:58 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 10 Nov 2004 02:58:27 +0000 (02:58 +0000)
svn:r2771

src/or/main.c

index 9ffcbf9d156bba3ff68dd22456f99b75f707c14f..fb415b34c89dc746724e8cb71e49078c068d2a15 100644 (file)
@@ -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.");