Author: toad
Date: 2008-01-28 18:30:44 +0000 (Mon, 28 Jan 2008)
New Revision: 17371
Modified:
trunk/freenet/src/freenet/client/async/ClientRequester.java
Log:
logging
Modified: trunk/freenet/src/freenet/client/async/ClientRequester.java
===================================================================
--- trunk/freenet/src/freenet/client/async/ClientRequester.java 2008-01-28
18:12:31 UTC (rev 17370)
+++ trunk/freenet/src/freenet/client/async/ClientRequester.java 2008-01-28
18:30:44 UTC (rev 17371)
@@ -88,7 +88,7 @@
public void completedBlock(boolean dontNotify) {
if(Logger.shouldLog(Logger.MINOR, this))
- Logger.minor(this, "Completed block ("+dontNotify+ "):
total="+totalBlocks+" success="+successfulBlocks+" failed="+failedBlocks+"
fatally="+fatallyFailedBlocks+" finalised="+blockSetFinalized+" on "+this);
+ Logger.minor(this, "Completed block ("+dontNotify+ "):
total="+totalBlocks+" success="+successfulBlocks+" failed="+failedBlocks+"
fatally="+fatallyFailedBlocks+" finalised="+blockSetFinalized+"
required="+minSuccessBlocks+" on "+this);
synchronized(this) {
successfulBlocks++;
if(dontNotify) return;