Update of /cvsroot/freenet/freenet/src/freenet/fs/dir
In directory sc8-pr-cvs1:/tmp/cvs-serv17951/src/freenet/fs/dir

Modified Files:
        NativeFSDirectory.java 
Log Message:
6195: (mostly) asynchronous trailer writing, lots of logging improvements (most code 
supports selective logging now), bugfixes


Index: NativeFSDirectory.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/fs/dir/NativeFSDirectory.java,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- NativeFSDirectory.java      14 Aug 2003 02:04:31 -0000      1.159
+++ NativeFSDirectory.java      18 Sep 2003 17:48:06 -0000      1.160
@@ -705,7 +705,7 @@
         this.getFileBuffer.append(File.separator);
         this.getFileResetLength = rootAsString.length() + seplen;
         // FIXME: 64 above.
-        logDEBUG = Core.logger.shouldLog(Logger.DEBUG); // FIXME: EVIL
+        logDEBUG = Core.logger.shouldLog(Logger.DEBUG,this); // FIXME: EVIL
         if(!root.isDirectory() && !root.mkdir())
             throw new IOException("couldn't create native directory: 
"+root.getCanonicalPath());
         File temp = new File(root, "temp");

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to