Author: toad
Date: 2006-11-28 17:52:25 +0000 (Tue, 28 Nov 2006)
New Revision: 11087
Modified:
trunk/freenet/src/freenet/node/Node.java
Log:
Improve startup message slightly.
Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java 2006-11-28 17:48:42 UTC (rev
11086)
+++ trunk/freenet/src/freenet/node/Node.java 2006-11-28 17:52:25 UTC (rev
11087)
@@ -951,7 +951,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"+
+ "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).";
Logger.normal(this, s);
System.err.println(s);