Author: toad
Date: 2008-11-03 22:29:37 +0000 (Mon, 03 Nov 2008)
New Revision: 23298
Modified:
branches/db4o/freenet/src/freenet/client/async/MinimalSplitfileBlock.java
Log:
Logging.
Modified:
branches/db4o/freenet/src/freenet/client/async/MinimalSplitfileBlock.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/MinimalSplitfileBlock.java
2008-11-03 19:35:30 UTC (rev 23297)
+++ branches/db4o/freenet/src/freenet/client/async/MinimalSplitfileBlock.java
2008-11-03 22:29:37 UTC (rev 23298)
@@ -37,6 +37,8 @@
}
public void storeTo(ObjectContainer container) {
+ if(Logger.shouldLog(Logger.MINOR, this))
+ Logger.minor(this, "Storing "+this+" with data: "+data);
if(data != null)
data.storeTo(container);
container.store(this);