[freenet-cvs] r18911 - trunk/freenet/src/freenet/support

toad at freenetproject.org toad at freenetproject.org
Wed Apr 2 11:37:57 UTC 2008


Author: toad
Date: 2008-04-02 11:37:57 +0000 (Wed, 02 Apr 2008)
New Revision: 18911

Modified:
   trunk/freenet/src/freenet/support/RandomGrabArray.java
Log:
Logging

Modified: trunk/freenet/src/freenet/support/RandomGrabArray.java
===================================================================
--- trunk/freenet/src/freenet/support/RandomGrabArray.java	2008-04-02 11:37:32 UTC (rev 18910)
+++ trunk/freenet/src/freenet/support/RandomGrabArray.java	2008-04-02 11:37:57 UTC (rev 18911)
@@ -183,7 +183,7 @@
 				if((ret != null) && !ret.isCancelled()) break;
 			}
 		}
-		if(logMINOR) Logger.minor(this, "Returning "+ret);
+		if(logMINOR) Logger.minor(this, "Returning "+ret+" of "+index);
 		ret.setParentGrabArray(null);
 		return ret;
 	}




More information about the cvs mailing list