Author: toad
Date: 2006-10-06 17:03:18 +0000 (Fri, 06 Oct 2006)
New Revision: 10635

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
Debugging

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2006-10-06 16:08:32 UTC (rev 
10634)
+++ trunk/freenet/src/freenet/node/Node.java    2006-10-06 17:03:18 UTC (rev 
10635)
@@ -1206,6 +1206,7 @@
                        String msg = "Could not open datastore: "+e1;
                        Logger.error(this, msg, e1);
                        System.err.println(msg);
+                       e1.printStackTrace();
                        throw new NodeInitException(EXIT_STORE_IOEXCEPTION, 
msg);
                } catch (Exception e1) {
                        String msg = "Could not open datastore: "+e1;


Reply via email to