[freenet-cvs] r17521 - trunk/freenet/src/freenet/node/simulator

toad at freenetproject.org toad at freenetproject.org
Mon Feb 4 22:58:33 UTC 2008


Author: toad
Date: 2008-02-04 22:58:33 +0000 (Mon, 04 Feb 2008)
New Revision: 17521

Modified:
   trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
Log:
test: logging

Modified: trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
===================================================================
--- trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java	2008-02-04 22:57:15 UTC (rev 17520)
+++ trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java	2008-02-04 22:58:33 UTC (rev 17521)
@@ -185,6 +185,7 @@
 			}
 			if(countFullyConnected == nodes.length) {
 				System.err.println("All nodes fully connected");
+				System.err.println();
 				return;
 			} else {
 				System.err.println("Waiting for nodes to be fully connected: "+countFullyConnected+" / "+nodes.length+" ("+totalConnections+" / "+totalPeers+" connections total)");




More information about the cvs mailing list