Matthew Toseland
Fri, 19 Sep 2003 10:26:32 -0700
Update of /cvsroot/freenet/freenet/src/freenet/node/states/data In directory sc8-pr-cvs1:/tmp/cvs-serv27893/src/freenet/node/states/data
Modified Files:
SendData.java
Log Message:
fix deadlock introduced in OCM in last build. logging.
Index: SendData.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/states/data/SendData.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- SendData.java 19 Sep 2003 03:40:42 -0000 1.20
+++ SendData.java 19 Sep 2003 17:18:04 -0000 1.21
@@ -173,7 +173,7 @@
if(!inPaddingMode) {
try {
bufferEndPtr = doRead();
- if(bufferEndPtr == -1) throw new IOException("duh!");
+ if(bufferEndPtr == -1) throw new IOException("read failed: "+this);
} catch (Throwable t) {
return handleThrowable(t, false); // will do termination and failure
code
}
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs