Author: toad
Date: 2009-01-24 22:43:28 +0000 (Sat, 24 Jan 2009)
New Revision: 25305

Modified:
   branches/db4o/freenet/src/freenet/node/NodeClientCore.java
Log:
Logging for Cooo's wierd bug


Modified: branches/db4o/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/NodeClientCore.java  2009-01-24 
22:24:04 UTC (rev 25304)
+++ branches/db4o/freenet/src/freenet/node/NodeClientCore.java  2009-01-24 
22:43:28 UTC (rev 25305)
@@ -255,7 +255,8 @@
                        persistentTempBucketFactory.init(dir, prefix, random, 
node.fastWeakRandom);
                        persistentFilenameGenerator = 
persistentTempBucketFactory.fg;
                } catch(IOException e2) {
-                       String msg = "Could not find or create persistent 
temporary directory";
+                       String msg = "Could not find or create persistent 
temporary directory: "+e2;
+                       e2.printStackTrace();
                        throw new 
NodeInitException(NodeInitException.EXIT_BAD_TEMP_DIR, msg);
                }
 

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to