Author: toad
Date: 2008-11-26 16:04:01 +0000 (Wed, 26 Nov 2008)
New Revision: 23888
Modified:
trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
Log:
Logging
Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
2008-11-26 16:03:38 UTC (rev 23887)
+++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
2008-11-26 16:04:01 UTC (rev 23888)
@@ -170,7 +170,7 @@
if(data == null) throw new NullPointerException();
boolean decodeNow = false;
logMINOR = Logger.shouldLog(Logger.MINOR, this);
- if(logMINOR) Logger.minor(this, "Fetched block "+blockNo+" on
"+seg);
+ if(logMINOR) Logger.minor(this, "Fetched block "+blockNo+" on
"+seg+" data="+dataBuckets.length+" check="+checkBuckets.length);
if(parentFetcher.parent instanceof ClientGetter)
((ClientGetter)parentFetcher.parent).addKeyToBinaryBlob(block);
// No need to unregister key, because it will be cleared in
tripPendingKey().
@@ -379,7 +379,7 @@
}
private void queueHeal(Bucket data) {
- if(logMINOR) Logger.minor(this, "Queueing healing insert");
+ if(logMINOR) Logger.minor(this, "Queueing healing insert for
"+data+" on "+this);
fetchContext.healingQueue.queue(data);
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs