Author: toad
Date: 2008-07-17 17:43:29 +0000 (Thu, 17 Jul 2008)
New Revision: 21178

Modified:
   branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
Log:
Logging

Modified: 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2008-07-17 17:35:26 UTC (rev 21177)
+++ branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSegment.java 
2008-07-17 17:43:29 UTC (rev 21178)
@@ -190,7 +190,7 @@
                if(data == null) throw new NullPointerException();
                boolean decodeNow = false;
                logMINOR = Logger.shouldLog(Logger.MINOR, this);
-               if(logMINOR) Logger.minor(this, "Fetched block "+blockNo);
+               if(logMINOR) Logger.minor(this, "Fetched block "+blockNo+" in 
"+this);
                if(parentFetcher.parent instanceof ClientGetter)
                        
((ClientGetter)parentFetcher.parent).addKeyToBinaryBlob(block, container, 
context);
                // No need to unregister key, because it will be cleared in 
tripPendingKey().


Reply via email to