[freenet-cvs] r13129 - trunk/freenet/src/freenet/client/async

toad at freenetproject.org toad at freenetproject.org
Thu May 3 20:47:52 UTC 2007


Author: toad
Date: 2007-05-03 20:47:52 +0000 (Thu, 03 May 2007)
New Revision: 13129

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	2007-05-03 18:20:00 UTC (rev 13128)
+++ trunk/freenet/src/freenet/client/async/ClientRequester.java	2007-05-03 20:47:52 UTC (rev 13129)
@@ -88,7 +88,7 @@
 
 	public void completedBlock(boolean dontNotify) {
 		if(Logger.shouldLog(Logger.MINOR, this))
-			Logger.minor(this, "Completed block ("+dontNotify+ ')');
+			Logger.minor(this, "Completed block ("+dontNotify+ "): total="+totalBlocks+" success="+successfulBlocks+" failed="+failedBlocks+" fatally="+fatallyFailedBlocks+" finalised="+blockSetFinalized);
 		synchronized(this) {
 			successfulBlocks++;
 			if(dontNotify) return;




More information about the cvs mailing list