Author: toad
Date: 2008-08-13 23:30:21 +0000 (Wed, 13 Aug 2008)
New Revision: 21828

Modified:
   branches/db4o/freenet/src/freenet/client/async/PersistentChosenRequest.java
Log:
Logging


Modified: 
branches/db4o/freenet/src/freenet/client/async/PersistentChosenRequest.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/PersistentChosenRequest.java 
2008-08-13 23:30:09 UTC (rev 21827)
+++ branches/db4o/freenet/src/freenet/client/async/PersistentChosenRequest.java 
2008-08-13 23:30:21 UTC (rev 21828)
@@ -209,6 +209,8 @@
        }

        public void onDumped(ClientRequestSchedulerCore core, ObjectContainer 
container) {
+               if(logMINOR)
+                       Logger.minor(this, "Dumping "+this);
                ArrayList<PersistentChosenBlock> oldNotStarted;
                boolean wasStarted;
                synchronized(this) {


Reply via email to