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

Modified Files:
        ConnectionOpener.java 
Log Message:
6223: major bugfixes, from local testing. also merge the Yarrow patch. also lots of 
logging.


Index: ConnectionOpener.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/ConnectionOpener.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ConnectionOpener.java       4 Oct 2003 22:29:34 -0000       1.14
+++ ConnectionOpener.java       7 Oct 2003 20:03:39 -0000       1.15
@@ -43,11 +43,11 @@
        if(logDEBUG)
            n.logger.log(ConnectionOpener.class, 
                         "Scheduling ConnectionOpener for "+id,
-                        Logger.DEBUG);
+                        new Exception("debug"), Logger.DEBUG);
        if(!needsOpen(id, n.rt, n.connections)) {
            if(logDEBUG)
                Core.logger.log(ConnectionOpener.class, 
-                               "rt does not reference "+id,
+                               "does not need conn: "+id,
                                Logger.DEBUG);
            return;
        }

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

Reply via email to