Author: toad
Date: 2009-01-27 18:53:31 +0000 (Tue, 27 Jan 2009)
New Revision: 25328

Modified:
   branches/db4o/freenet/src/freenet/support/io/BucketTools.java
Log:
Logging


Modified: branches/db4o/freenet/src/freenet/support/io/BucketTools.java
===================================================================
--- branches/db4o/freenet/src/freenet/support/io/BucketTools.java       
2009-01-27 18:40:50 UTC (rev 25327)
+++ branches/db4o/freenet/src/freenet/support/io/BucketTools.java       
2009-01-27 18:53:31 UTC (rev 25328)
@@ -257,7 +257,7 @@
                                if ((bytesRead < bucketLength) && (bucketLength 
> 0))
                                        throw new EOFException();
                                if ((bytesRead != bucketLength) && 
(bucketLength > 0))
-                                       throw new IOException("Read " + 
bytesRead + " but bucket length " + bucketLength + '!');
+                                       throw new IOException("Read " + 
bytesRead + " but bucket length " + bucketLength + " on " + data + '!');
                                byte[] retval = md.digest();
                                return retval;
                        } finally {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to