Author: toad
Date: 2008-02-04 22:29:26 +0000 (Mon, 04 Feb 2008)
New Revision: 17516

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-04 22:26:34 UTC (rev 17515)
+++ trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-04 22:29:26 UTC (rev 17516)
@@ -55,8 +55,8 @@
     //static final short MAX_HTL = 10;

     public static void main(String[] args) throws FSParseException, 
PeerParseException, CHKEncodeException, InvalidThresholdException, 
NodeInitException, ReferenceSignatureVerificationException, 
KeyCollisionException, SSKEncodeException, IOException, InterruptedException, 
SSKVerifyException {
-        System.out.println("ULPR test");
-        System.out.println();
+        System.err.println("ULPR test");
+        System.err.println();
         Logger.setupStdoutLogging(Logger.ERROR, 
"freenet.node.Location:normal,freenet.node.simulator.RealNodeRoutingTest:normal"
 
/*"freenet.store:minor,freenet.node.LocationManager:debug,freenet.node.FNPPacketManager:normal,freenet.io.comm.MessageCore:debug"*/);
         Logger.globalSetThreshold(Logger.ERROR);
        String testName = "realNodeULPRTest";


Reply via email to