Author: toad
Date: 2008-01-25 11:25:19 +0000 (Fri, 25 Jan 2008)
New Revision: 17257
Modified:
trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java
Log:
toString() including the UID
Modified: trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java
===================================================================
--- trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java 2008-01-25
11:12:52 UTC (rev 17256)
+++ trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java 2008-01-25
11:25:19 UTC (rev 17257)
@@ -347,4 +347,7 @@
return _destination;
}
+ public String toString() {
+ return "BlockTransmitter:"+_uid;
+ }
}