Update of /cvsroot/freenet/freenet/src/freenet/client/http
In directory sc8-pr-cvs1:/tmp/cvs-serv24012/src/freenet/client/http

Modified Files:
        NodeStatusServlet.java 
Log Message:
6292: Detect uncontactable nodes in seednodes...

Index: NodeStatusServlet.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/client/http/NodeStatusServlet.java,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -w -r1.77 -r1.78
--- NodeStatusServlet.java      31 Oct 2003 19:21:15 -0000      1.77
+++ NodeStatusServlet.java      31 Oct 2003 20:08:12 -0000      1.78
@@ -1457,7 +1457,7 @@
             if(ref.noPhysical()) {
                 if(logDEBUG)
                     Core.logger.log(this, "sendRefList skipping node "+i+" of "+
-                                    refs.length+" because noPhysical", Logger.DEBUG);
+                                    refs.length+" because noPhysical", Logger.NORMAL);
                 continue; // not much use without a physical addr
             }
             ref.getFieldSet().writeFields(out);

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

Reply via email to