Author: toad
Date: 2009-03-24 14:07:42 +0000 (Tue, 24 Mar 2009)
New Revision: 26156

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java
Log:
Logging


Modified: branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java       
2009-03-24 14:07:18 UTC (rev 26155)
+++ branches/db4o/freenet/src/freenet/node/fcp/ClientRequest.java       
2009-03-24 14:07:42 UTC (rev 26156)
@@ -280,6 +280,7 @@
                // It might have been finished on startup.
                if(persistenceType == PERSIST_FOREVER)
                        container.activate(cr, 1);
+               if(logMINOR) Logger.minor(this, "Cancelling "+cr+" for "+this+" 
persistenceType = "+persistenceType);
                if(cr != null) cr.cancel(container, context);
                freeData(container);
                if(persistenceType == PERSIST_FOREVER)

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

Reply via email to