Author: toad
Date: 2008-07-17 12:34:35 +0000 (Thu, 17 Jul 2008)
New Revision: 21161

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

Modified: 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2008-07-17 12:03:12 UTC (rev 21160)
+++ branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2008-07-17 12:34:35 UTC (rev 21161)
@@ -789,7 +789,7 @@
                        if(k.getNodeKey().equals(key)) {
                                if(dataCooldownTimes[i] > time) {
                                        if(logMINOR)
-                                               Logger.minor(this, "Not 
retrying after cooldown for data block "+i+"as deadline has not passed yet on 
"+this);
+                                               Logger.minor(this, "Not 
retrying after cooldown for data block "+i+" as deadline has not passed yet on 
"+this+" remaining time: "+(dataCooldownTimes[i]-time)+"ms");
                                        return false;
                                }
                                int tries = dataRetries[i];
@@ -810,7 +810,7 @@
                        if(k.getNodeKey().equals(key)) {
                                if(checkCooldownTimes[i] > time) {
                                        if(logMINOR)
-                                               Logger.minor(this, "Not 
retrying after cooldown for data block "+i+" as deadline has not passed yet on 
"+this);
+                                               Logger.minor(this, "Not 
retrying after cooldown for check block "+i+" as deadline has not passed yet on 
"+this+" remaining time: "+(checkCooldownTimes[i]-time)+"ms");
                                        return false;
                                }
                                int tries = checkRetries[i];


Reply via email to