Author: toad
Date: 2008-03-06 23:15:00 +0000 (Thu, 06 Mar 2008)
New Revision: 18405
Modified:
trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
Log:
Missed one.
Modified: trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
2008-03-06 22:33:53 UTC (rev 18404)
+++ trunk/freenet/src/freenet/clients/http/StatisticsToadlet.java
2008-03-06 23:15:00 UTC (rev 18405)
@@ -835,7 +835,7 @@
totalBytesSentUOM + totalBytesSentAnnounce +
totalBytesSentRoutingStatus +
totalBytesSentNetworkColoring + totalBytesSentPing +
totalBytesSentProbeRequest +
totalBytesSentRouted + totalBytesSentDisconn +
- totalBytesSentInitial +
totalBytesSentChangedIP);
+ totalBytesSentInitial + totalBytesSentChangedIP
+ totalBytesSentNodeToNode);
activityList.addChild("li", l10n("requestOutput", new
String[] { "chk", "ssk" }, new String[] {
SizeUtil.formatSize(totalBytesSentCHKRequests, true),
SizeUtil.formatSize(totalBytesSentSSKRequests, true) }));
activityList.addChild("li", l10n("insertOutput", new
String[] { "chk", "ssk" }, new String[] {
SizeUtil.formatSize(totalBytesSentCHKInserts, true),
SizeUtil.formatSize(totalBytesSentSSKInserts, true) }));
activityList.addChild("li", l10n("offeredKeyOutput",
new String[] { "total", "offered" }, new String[] {
SizeUtil.formatSize(totalBytesSentOfferedKeys, true),
SizeUtil.formatSize(totalBytesSendOffers, true) }));