Author: nextgens
Date: 2008-02-15 05:07:01 +0000 (Fri, 15 Feb 2008)
New Revision: 17914

Modified:
   trunk/freenet/src/freenet/support/io/NativeThread.java
Log:
logging

Modified: trunk/freenet/src/freenet/support/io/NativeThread.java
===================================================================
--- trunk/freenet/src/freenet/support/io/NativeThread.java      2008-02-15 
05:05:15 UTC (rev 17913)
+++ trunk/freenet/src/freenet/support/io/NativeThread.java      2008-02-15 
05:07:01 UTC (rev 17914)
@@ -120,7 +120,6 @@
        private boolean setNativePriority(int prio) {
                setPriority(prio);
                if(!_loadNative) return true;
-               System.out.println(getLinuxPriority());
                if(NATIVE_PRIORITY_BASE != getLinuxPriority()) {
                        /* The user has reniced freenet or we didn't use the 
PacketSender to create the thread
                         * either ways it's bad for us.


Reply via email to