Author: toad
Date: 2009-04-04 14:53:57 +0000 (Sat, 04 Apr 2009)
New Revision: 26528
Modified:
trunk/freenet/src/freenet/support/io/FileBucket.java
Log:
Comment out
Modified: trunk/freenet/src/freenet/support/io/FileBucket.java
===================================================================
--- trunk/freenet/src/freenet/support/io/FileBucket.java 2009-04-04
14:51:22 UTC (rev 26527)
+++ trunk/freenet/src/freenet/support/io/FileBucket.java 2009-04-04
14:53:57 UTC (rev 26528)
@@ -123,18 +123,19 @@
container.activate(file, 5);
}
- public void objectOnNew(ObjectContainer container) {
- Logger.minor(this, "Storing "+this, new Exception("debug"));
- }
-
- public void objectOnUpdate(ObjectContainer container) {
- Logger.minor(this, "Updating "+this, new Exception("debug"));
- }
-
- public void objectOnDelete(ObjectContainer container) {
- Logger.minor(this, "Deleting "+this, new Exception("debug"));
- }
-
+ // Debugging stuff. If reactivate, add the logging infrastructure and
use if(logDEBUG).
+// public void objectOnNew(ObjectContainer container) {
+// Logger.minor(this, "Storing "+this, new Exception("debug"));
+// }
+//
+// public void objectOnUpdate(ObjectContainer container) {
+// Logger.minor(this, "Updating "+this, new Exception("debug"));
+// }
+//
+// public void objectOnDelete(ObjectContainer container) {
+// Logger.minor(this, "Deleting "+this, new Exception("debug"));
+// }
+//
public Bucket createShadow() throws IOException {
String fnam = new String(file.getPath());
File newFile = new File(fnam);
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs