Update of /cvsroot/freenet/freenet/src/freenet/node/states/data
In directory sc8-pr-cvs1:/tmp/cvs-serv20709/src/freenet/node/states/data

Modified Files:
        SendData.java 
Log Message:
6222: some major bugfixes, and logging. Probably introduces some major bugs too, but 
probably not as major as the ones it eliminates. Will work more on this tomorrow!


Index: SendData.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/states/data/SendData.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- SendData.java       19 Sep 2003 17:18:04 -0000      1.21
+++ SendData.java       7 Oct 2003 00:47:30 -0000       1.22
@@ -65,7 +65,8 @@
     
     public String toString() {
        return super.toString()+": send="+send+", in="+in+", moved="+moved+"/"+
-           length+", partSize="+partSize+",result="+result;
+           length+", partSize="+partSize+",result="+result+
+           ",lastPacketLength="+lastPacketLength;
     }
     
     public final long length() {

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to