Author: toad
Date: 2008-12-17 18:59:29 +0000 (Wed, 17 Dec 2008)
New Revision: 24456
Modified:
branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java
Log:
Logging
Modified: branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java
===================================================================
--- branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java
2008-12-17 18:59:10 UTC (rev 24455)
+++ branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java
2008-12-17 18:59:29 UTC (rev 24456)
@@ -393,7 +393,7 @@
public void free(boolean forceFree) {
Object[] toClose;
if(Logger.shouldLog(Logger.MINOR, this))
- Logger.minor(this, "Freeing "+this);
+ Logger.minor(this, "Freeing "+this, new
Exception("debug"));
synchronized(this) {
if(freed) return;
freed = true;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs