Author: toad
Date: 2008-03-11 17:36:44 +0000 (Tue, 11 Mar 2008)
New Revision: 18467
Modified:
trunk/freenet/src/freenet/node/NodeStats.java
Log:
Logging
Modified: trunk/freenet/src/freenet/node/NodeStats.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStats.java 2008-03-11 17:33:44 UTC
(rev 18466)
+++ trunk/freenet/src/freenet/node/NodeStats.java 2008-03-11 17:36:44 UTC
(rev 18467)
@@ -514,7 +514,7 @@
double expected = this.getThrottle(isLocal, isInsert, isSSK,
true).currentValue();
int expectedSent = (int)Math.max(expected / overheadFraction,
0);
if(logMINOR)
- Logger.minor(this, "Expected sent bytes:
"+expectedSent);
+ Logger.minor(this, "Expected sent bytes: "+expected+"
-> "+expectedSent);
if(!requestOutputThrottle.instantGrab(expectedSent)) {
pInstantRejectIncoming.report(1.0);
rejected("Insufficient output bandwidth", isLocal);