Author: toad
Date: 2006-05-04 12:51:55 +0000 (Thu, 04 May 2006)
New Revision: 8603
Modified:
trunk/freenet/src/freenet/node/Node.java
Log:
Make boot-up warning message slightly less alarmist.
Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java 2006-05-04 12:50:19 UTC (rev
8602)
+++ trunk/freenet/src/freenet/node/Node.java 2006-05-04 12:51:55 UTC (rev
8603)
@@ -746,7 +746,7 @@
} else {
String s = "Testnet mode DISABLED. You may have some level of
anonymity. :)\n"+
"Note that while we no longer have explicit back-doors
enabled, 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 very little difficulty
at present.";
+ "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).";
Logger.normal(this, s);
System.err.println(s);
testnetEnabled = false;