Author: toad
Date: 2008-11-25 17:01:38 +0000 (Tue, 25 Nov 2008)
New Revision: 23865

Modified:
   trunk/freenet/src/freenet/support/io/TempBucketFactory.java
Log:
This indicates a bug, so we need the bucket itself (so we can trace it), and we 
need it to be an ERROR.


Modified: trunk/freenet/src/freenet/support/io/TempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-11-25 
14:12:30 UTC (rev 23864)
+++ trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-11-25 
17:01:38 UTC (rev 23865)
@@ -360,7 +360,7 @@
                protected void finalize() {
                        if (!hasBeenFreed) {
                                if (logMINOR)
-                                       Logger.minor(this, "TempBucket not 
freed, size=" + size() + ", isRAMBucket=" + isRAMBucket());
+                                       Logger.error(this, "TempBucket not 
freed, size=" + size() + ", isRAMBucket=" + isRAMBucket()+" : "+this);
                                free();
                        }
                }

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

Reply via email to