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

Modified Files:
      Tag: stable
        MIME_multipart.java 
Log Message:
5029: Merge from unstable after months of work. MASSIVE changes.
Highlights:
* Next Generation Routing, massive related changes
* Major changes to handling of messages and connections (PeerHandler and related 
changes)
* Even more non-blocking I/O
* Documentation improvements
* Lots of new diagnostics and config options
* Lots of bug fixes and performance tweaking
* Probably lots of new bugs too!


Index: MIME_multipart.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/support/mime/MIME_multipart.java,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -u -w -r1.3.6.1 -r1.3.6.2
--- MIME_multipart.java 23 May 2003 13:06:20 -0000      1.3.6.1
+++ MIME_multipart.java 28 Oct 2003 20:20:46 -0000      1.3.6.2
@@ -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