Author: nextgens
Date: 2008-02-15 09:17:00 +0000 (Fri, 15 Feb 2008)
New Revision: 17931

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 
08:57:53 UTC (rev 17930)
+++ trunk/freenet/src/freenet/support/io/NativeThread.java      2008-02-15 
09:17:00 UTC (rev 17931)
@@ -137,6 +137,7 @@
                         */
                        _loadNative = false;
                        System.err.println("Freenet has detected it has been 
reniced : THAT'S BAD, DON'T DO IT!");
+                       new NullPointerException().printStackTrace();
                        return false;
                }
                final int linuxPriority = NATIVE_PRIORITY_BASE + 
NATIVE_PRIORITY_RANGE - (NATIVE_PRIORITY_RANGE * (prio - MIN_PRIORITY)) / 
JAVA_PRIO_RANGE;


Reply via email to