Author: toad
Date: 2007-04-26 11:53:59 +0000 (Thu, 26 Apr 2007)
New Revision: 12972
Modified:
trunk/freenet/src/freenet/support/io/PersistentTempBucketFactory.java
Log:
Logging
Modified: trunk/freenet/src/freenet/support/io/PersistentTempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/PersistentTempBucketFactory.java
2007-04-26 11:43:53 UTC (rev 12971)
+++ trunk/freenet/src/freenet/support/io/PersistentTempBucketFactory.java
2007-04-26 11:53:59 UTC (rev 12972)
@@ -74,7 +74,7 @@
public void register(File file) {
synchronized(this) {
if(!originalFiles.remove(file.getAbsoluteFile()))
- Logger.error(this, "Preserving "+file+" but it
wasn't found!");
+ Logger.error(this, "Preserving "+file+" but it
wasn't found!", new Exception("error"));
}
}