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

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


Index: MIME_multipart.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/support/mime/MIME_multipart.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MIME_multipart.java 22 May 2003 18:14:44 -0000      1.4
+++ MIME_multipart.java 18 Sep 2003 17:48:13 -0000      1.5
@@ -46,7 +46,7 @@
     // Doesn't close in.
     protected void extractBody(InputStream in) throws IOException, 
MIMEFormatException {
        int length = header.getContent_Length();
-       if(logger.shouldLog(Logger.DEBUG))
+       if(logger.shouldLog(Logger.DEBUG,this))
            logger.log(this, "Reading "+length+" bytes", Logger.DEBUG);
        
        // initialize

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

Reply via email to