On Tuesday 15 January 2008 06:27, [EMAIL PROTECTED] wrote:
> Author: juiceman
> Date: 2008-01-15 06:27:17 +0000 (Tue, 15 Jan 2008)
> New Revision: 17052
> 
> Modified:
>    trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
> Log:
> Include requests we are receiving in the display stats for transferring 
requests; makes the Node look more active to new users.

This seems rather odd...
> 
> Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
> ===================================================================
> --- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java        
> 2008-01-15 
00:12:42 UTC (rev 17051)
> +++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java        
> 2008-01-15 
06:27:17 UTC (rev 17052)
> @@ -596,7 +596,7 @@
>          HTMLNode activityList = 
activityContent.addChild("ul", "id", "activity");
>          activityList.addChild("li", l10n("insertCount", "total", 
Integer.toString(node.getNumInsertSenders())));
>          activityList.addChild("li", l10n("requestCount", "total", 
Integer.toString(node.getNumRequestSenders())));
> -        activityList.addChild("li", 
l10n("transferringRequestCount", "total", 
Integer.toString(node.getNumTransferringRequestSenders())));
> +        activityList.addChild("li", 
l10n("transferringRequestCount", "total", 
(Integer.toString((node.getNumTransferringRequestSenders()) + 
(node.getNumTransferringRequestHandlers()))))); // Include both sending and 
receiving requests.
>          if (advancedModeOutputEnabled) {
>              activityList.addChild("li", l10n("arkFetchCount", "total", 
Integer.toString(node.getNumARKFetchers())));
>          }
> 
> _______________________________________________
> cvs mailing list
> [EMAIL PROTECTED]
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
> 
> 

Attachment: pgpWW4HhpD5MN.pgp
Description: PGP signature

_______________________________________________
Devl mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to