Author: toad
Date: 2008-03-06 16:31:24 +0000 (Thu, 06 Mar 2008)
New Revision: 18400
Modified:
trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java
Log:
Fix thread name so they get counted
Modified: trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java
===================================================================
--- trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java 2008-03-06
16:25:56 UTC (rev 18399)
+++ trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java 2008-03-06
16:31:24 UTC (rev 18400)
@@ -313,6 +313,6 @@
}
public String toString() {
- return "BlockTransmitter:"+_uid+" to
"+_destination.shortToString();
+ return "BlockTransmitter for "+_uid+" to
"+_destination.shortToString();
}
}