Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv31644/src/freenet/node

Modified Files:
        ConnectionOpener.java 
Log Message:
Some quite important if(logDEBUG):s

Index: ConnectionOpener.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/ConnectionOpener.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -w -r1.21 -r1.22
--- ConnectionOpener.java       15 Oct 2003 21:15:48 -0000      1.21
+++ ConnectionOpener.java       22 Oct 2003 12:32:06 -0000      1.22
@@ -190,7 +190,7 @@
            currentDelay = 0;
            baseBackoffDelay = 0;
        } catch (CommunicationException e) {
-           Core.logger.log(this, "Could not establish connection to "+ref+
+           if(logMINOR) Core.logger.log(this, "Could not establish connection to 
"+ref+
                            ": "+e+" ("+this+")", e, Logger.MINOR);
            if(ph != null) ph.failedOutboundConnection();
            if(startTime > 0)

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

Reply via email to