Author: toad
Date: 2008-06-24 20:36:24 +0000 (Tue, 24 Jun 2008)
New Revision: 20658

Modified:
   branches/db4o/freenet/src/freenet/support/FileLoggerHook.java
Log:
Show up to 20 causes, not 5. May be needed for debugging db4o. :|

Modified: branches/db4o/freenet/src/freenet/support/FileLoggerHook.java
===================================================================
--- branches/db4o/freenet/src/freenet/support/FileLoggerHook.java       
2008-06-24 20:34:46 UTC (rev 20657)
+++ branches/db4o/freenet/src/freenet/support/FileLoggerHook.java       
2008-06-24 20:36:24 UTC (rev 20658)
@@ -815,7 +815,7 @@
                }
                sb.append('\n');
 
-               for(int j=0;j<5 && e != null;j++) {
+               for(int j=0;j<20 && e != null;j++) {
                                
                        sb.append(e.toString());
                        

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

Reply via email to