Author: toad
Date: 2008-08-13 23:30:09 +0000 (Wed, 13 Aug 2008)
New Revision: 21827
Modified:
branches/db4o/freenet/src/freenet/client/async/PersistentChosenBlock.java
Log:
Logging
Modified:
branches/db4o/freenet/src/freenet/client/async/PersistentChosenBlock.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/PersistentChosenBlock.java
2008-08-13 23:29:52 UTC (rev 21826)
+++ branches/db4o/freenet/src/freenet/client/async/PersistentChosenBlock.java
2008-08-13 23:30:09 UTC (rev 21827)
@@ -36,6 +36,7 @@
super(token, key, ckey, parent.localRequestOnly,
parent.cacheLocalRequests, parent.ignoreStore, sched);
this.isInsert = isInsert;
this.parent = parent;
+ if(Logger.shouldLog(Logger.MINOR, this)) Logger.minor(this,
"Created "+this+" for "+parent+" ckey="+ckey);
}
@Override