Author: toad
Date: 2008-01-17 16:28:15 +0000 (Thu, 17 Jan 2008)
New Revision: 17095
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-17
14:56:07 UTC (rev 17094)
+++ trunk/freenet/src/freenet/client/async/ClientRequester.java 2008-01-17
16:28:15 UTC (rev 17095)
@@ -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);
+ Logger.minor(this, "Completed block ("+dontNotify+ "):
total="+totalBlocks+" success="+successfulBlocks+" failed="+failedBlocks+"
fatally="+fatallyFailedBlocks+" finalised="+blockSetFinalized+" on "+this);
synchronized(this) {
successfulBlocks++;
if(dontNotify) return;