Author: toad
Date: 2008-02-05 23:14:54 +0000 (Tue, 05 Feb 2008)
New Revision: 17565

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

Modified: trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
===================================================================
--- trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-05 23:05:19 UTC (rev 17564)
+++ trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-05 23:14:54 UTC (rev 17565)
@@ -190,7 +190,7 @@
                        if(x % nodes.length == 0) {
                                System.err.print("Nodes that don't have the 
data: ");
                                for(int i=0;i<nodes.length;i++)
-                                       if(nodes[i].fetch(fetchKey, true) != 
null) {
+                                       if(nodes[i].fetch(fetchKey, true) == 
null) {
                                                System.err.print(i+" ");
                                        }
                        }


Reply via email to