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

Modified Files:
        GeneralInfolet.java 
Log Message:
Fix missing space in the "normal for the node to sometimes reject connections..." 
string.

Index: GeneralInfolet.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/http/infolets/GeneralInfolet.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- GeneralInfolet.java 15 Aug 2003 22:04:56 -0000      1.16
+++ GeneralInfolet.java 16 Sep 2003 02:36:24 -0000      1.17
@@ -160,7 +160,7 @@
       
       if (rejectingConnections || rejectingRequests) {
         sb.append("<tr><td></td><td>");
-        sb.append("It's normal for the node to sometimes reject connections or 
requests");
+        sb.append("It's normal for the node to sometimes reject connections or 
requests ");
         sb.append("for a limited period.  If you're seeing rejections continuously 
the node ");
         sb.append("is overloaded or something is wrong (i.e. a bug).</td></tr>");
       }

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

Reply via email to