Author: toad
Date: 2008-04-28 17:10:36 +0000 (Mon, 28 Apr 2008)
New Revision: 19598
Modified:
trunk/freenet/src/freenet/node/NodeStats.java
Log:
More logging
Modified: trunk/freenet/src/freenet/node/NodeStats.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStats.java 2008-04-28 17:04:20 UTC
(rev 19597)
+++ trunk/freenet/src/freenet/node/NodeStats.java 2008-04-28 17:10:36 UTC
(rev 19598)
@@ -587,7 +587,7 @@
double bandwidthAvailableInput =
node.getInputBandwidthLimit() * 90; // 90 seconds at
full power
if(bandwidthAvailableInput < 0){
- Logger.error(this, "Negative available bandwidth:
"+bandwidthAvailableInput);
+ Logger.error(this, "Negative available bandwidth:
"+bandwidthAvailableInput+" node.ibwlimit="+node.getInputBandwidthLimit()+"
node.obwlimit="+node.getOutputBandwidthLimit()+"
node.inputLimitDefault="+node.inputLimitDefault);
}
if(bandwidthLiabilityInput > bandwidthAvailableInput) {
pInstantRejectIncoming.report(1.0);