Author: toad
Date: 2009-03-27 17:36:57 +0000 (Fri, 27 Mar 2009)
New Revision: 26238

Modified:
   branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java
Log:
Better exception message


Modified: branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java
===================================================================
--- branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java    
2009-03-27 17:36:39 UTC (rev 26237)
+++ branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java    
2009-03-27 17:36:57 UTC (rev 26238)
@@ -67,7 +67,7 @@
                synchronized (this) {
                        File file = getFile();
                        if(freed)
-                               throw new IOException("File already freed");
+                               throw new IOException("File already freed: 
"+this);
                        if(isReadOnly())
                                throw new IOException("Bucket is read-only: 
"+this);
                        

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

Reply via email to