Author: toad
Date: 2008-06-19 15:17:05 +0000 (Thu, 19 Jun 2008)
New Revision: 20491
Modified:
branches/db4o/freenet/src/freenet/node/fcp/FCPClient.java
Log:
Logging
Modified: branches/db4o/freenet/src/freenet/node/fcp/FCPClient.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/FCPClient.java 2008-06-19
15:16:03 UTC (rev 20490)
+++ branches/db4o/freenet/src/freenet/node/fcp/FCPClient.java 2008-06-19
15:17:05 UTC (rev 20491)
@@ -111,6 +111,8 @@
* acked yet, so it should be moved to the unacked-completed-requests
set.
*/
public void finishedClientRequest(ClientRequest get, ObjectContainer
container) {
+ if(Logger.shouldLog(Logger.MINOR, this))
+ Logger.minor(this, "Finished client request", new
Exception("debug"));
assert((persistenceType == ClientRequest.PERSIST_FOREVER) ==
(container != null));
assert(get.persistenceType == persistenceType);
synchronized(this) {