Author: toad
Date: 2008-07-11 11:23:21 +0000 (Fri, 11 Jul 2008)
New Revision: 21046

Modified:
   branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
Log:
Clarify logging/comments

Modified: 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2008-07-11 11:21:43 UTC (rev 21045)
+++ branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2008-07-11 11:23:21 UTC (rev 21046)
@@ -573,9 +573,9 @@
                        return;
                }
                if(cooldown) {
-                       // Register to the next sub-segment before removing 
from the old one.
+                       // Registered to cooldown queue
                        if(logMINOR)
-                               Logger.minor(this, "Adding to cooldown queue: 
"+key+" for "+this+" was on segment "+seg+" now registered to "+sub);
+                               Logger.minor(this, "Added to cooldown queue: 
"+key+" for "+this+" was on segment "+seg+" now registered to "+sub);
                } else {
                        // If we are here we are going to retry
                        sub.add(blockNo, false, container, context, false);


Reply via email to