Author: nextgens
Date: 2008-03-06 15:49:11 +0000 (Thu, 06 Mar 2008)
New Revision: 18392

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-03-06 
15:49:08 UTC (rev 18391)
+++ trunk/freenet/src/freenet/support/io/NativeThread.java      2008-03-06 
15:49:11 UTC (rev 18392)
@@ -39,6 +39,7 @@
        static {
                Logger.minor(NativeThread.class, "Running init()");
                _loadNative = !(File.pathSeparatorChar == '\\') && 
NodeStarter.extBuildNumber > 18;
+               Logger.debug(NativeThread.class, "Run init(): should 
loadNative="+_loadNative);
                if(_loadNative) {
                        //System.loadLibrary("NativeThread");
                        LibraryLoader.loadNative("/freenet/support/io/", 
"NativeThread");


Reply via email to