[or-cvs] weaken our anonymity warning a little bit more

Roger Dingledine arma at seul.org
Wed Nov 10 02:58:29 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	main.c 
Log Message:
weaken our anonymity warning a little bit more


Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -d -r1.364 -r1.365
--- main.c	9 Nov 2004 20:04:00 -0000	1.364
+++ main.c	10 Nov 2004 02:58:27 -0000	1.365
@@ -994,7 +994,7 @@
 
   /* 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.");



More information about the tor-commits mailing list