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

Modified Files:
        Main.java 
Log Message:
Fixed typo in "connectionMessages" description.


Index: Main.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Main.java,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -w -r1.270 -r1.271
--- Main.java   17 Oct 2003 04:13:57 -0000      1.270
+++ Main.java   17 Oct 2003 05:58:33 -0000      1.271
@@ -1746,8 +1746,8 @@
                            "The number of cached links established minus " +
                            "the number forgotten.", connections);
         d.registerContinuous("connectionMessages", d.MINUTE, 
-                             "The number of messages sent over each open " +
-                             "connection. In ms.", connections);
+                             "The number of messages sent over the open " +
+                             "connection which was just terminated.", connections);
         d.registerCounting("readLockedConnections", d.MINUTE,
                            "The number of connections that start waiting for "+
                            "the trailing fields to be read, minus those that "+

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

Reply via email to