[freenet-cvs] r18397 - trunk/freenet/src/freenet/support

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Mar 6 16:05:56 UTC 2008


Author: nextgens
Date: 2008-03-06 16:05:56 +0000 (Thu, 06 Mar 2008)
New Revision: 18397

Modified:
   trunk/freenet/src/freenet/support/LibraryLoader.java
Log:
logging

Modified: trunk/freenet/src/freenet/support/LibraryLoader.java
===================================================================
--- trunk/freenet/src/freenet/support/LibraryLoader.java	2008-03-06 16:02:56 UTC (rev 18396)
+++ trunk/freenet/src/freenet/support/LibraryLoader.java	2008-03-06 16:05:56 UTC (rev 18397)
@@ -69,6 +69,7 @@
 				System.out.println("Attempting to load the "+libraryName+" library ["+resource+']');
 				System.load(temporaryLib.getPath());
 			} catch(Throwable e) {
+				System.err.println("Caught the following exception attempting to load "+resourceName);
 				e.printStackTrace();
 			}
 		}




More information about the cvs mailing list