Author: toad
Date: 2008-07-18 21:10:16 +0000 (Fri, 18 Jul 2008)
New Revision: 21215

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

Modified: branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java
===================================================================
--- branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java    
2008-07-18 17:00:21 UTC (rev 21214)
+++ branches/db4o/freenet/src/freenet/support/io/BaseFileBucket.java    
2008-07-18 21:10:16 UTC (rev 21215)
@@ -132,7 +132,7 @@
                        throws FileNotFoundException {
                        super(tempfile, false);
                        if(Logger.shouldLog(Logger.MINOR, this))
-                               Logger.minor(this, "Writing to "+tempfile+" for 
"+getFile());
+                               Logger.minor(this, "Writing to "+tempfile+" for 
"+getFile()+" : "+this);
                        this.tempfile = tempfile;
                        resetLength();
                        this.restartCount = restartCount;


Reply via email to