Author: toad
Date: 2006-08-17 22:37:54 +0000 (Thu, 17 Aug 2006)
New Revision: 10183

Modified:
   trunk/freenet/src/freenet/client/async/SplitFileInserterSegment.java
Log:
logging

Modified: trunk/freenet/src/freenet/client/async/SplitFileInserterSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileInserterSegment.java        
2006-08-17 22:06:44 UTC (rev 10182)
+++ trunk/freenet/src/freenet/client/async/SplitFileInserterSegment.java        
2006-08-17 22:37:54 UTC (rev 10183)
@@ -315,7 +315,7 @@
                        if(splitfileAlgo != null) {
                                Logger.minor(this, "Encoding segment "+segNo+" 
of "+parent+" ("+parent.dataLength+")");
                                // Encode blocks
-                               Thread t = new Thread(new 
EncodeBlocksRunnable(), "Blocks encoder");
+                               Thread t = new Thread(new 
EncodeBlocksRunnable(), "Blocks encoder for "+this);
                                t.setDaemon(true);
                                t.start();
                                fin = false;


Reply via email to