[freenet-cvs] r18328 - trunk/freenet/src/freenet/io/xfer

toad at freenetproject.org toad at freenetproject.org
Tue Mar 4 13:29:30 UTC 2008


Author: toad
Date: 2008-03-04 13:29:30 +0000 (Tue, 04 Mar 2008)
New Revision: 18328

Modified:
   trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java
Log:
Better toString()

Modified: trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java
===================================================================
--- trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java	2008-03-04 07:57:58 UTC (rev 18327)
+++ trunk/freenet/src/freenet/io/xfer/BlockTransmitter.java	2008-03-04 13:29:30 UTC (rev 18328)
@@ -317,6 +317,6 @@
 	}
 	
 	public String toString() {
-		return "BlockTransmitter:"+_uid;
+		return "BlockTransmitter:"+_uid+" to "+_destination.shortToString();
 	}
 }




More information about the cvs mailing list