Author: toad
Date: 2007-06-29 18:02:53 +0000 (Fri, 29 Jun 2007)
New Revision: 13825

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
It's not just darknet peers you have to worry about!

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2007-06-29 18:01:23 UTC (rev 
13824)
+++ trunk/freenet/src/freenet/node/Node.java    2007-06-29 18:02:53 UTC (rev 
13825)
@@ -709,7 +709,7 @@
                } else {
                        String s = "Testnet mode DISABLED. You may have some 
level of anonymity. :)\n"+
                                "Note that this version of Freenet is still a 
very early alpha, and may well have numerous bugs and design flaws.\n"+
-                               "In particular: YOU ARE WIDE OPEN TO YOUR 
IMMEDIATE DARKNET PEERS! They can eavesdrop on your requests with relatively 
little difficulty at present (correlation attacks etc).";
+                               "In particular: YOU ARE WIDE OPEN TO YOUR 
IMMEDIATE PEERS! They can eavesdrop on your requests with relatively little 
difficulty at present (correlation attacks etc).";
                        Logger.normal(this, s);
                        System.err.println(s);
                        testnetEnabled = false;


Reply via email to