Author: toad
Date: 2008-03-24 17:06:01 +0000 (Mon, 24 Mar 2008)
New Revision: 18746
Modified:
trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
Log:
... and downgrade the warning, it really isn't an error
Modified: trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
===================================================================
--- trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
2008-03-24 17:05:28 UTC (rev 18745)
+++ trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
2008-03-24 17:06:01 UTC (rev 18746)
@@ -133,7 +133,7 @@
// Hmmm...
excluded++;
if(excluded > MAX_EXCLUDED) {
- Logger.error(this, "Too many
sub-arrays are entirely excluded on "+this+" length = "+grabArrays.length, new
Exception("error"));
+ Logger.normal(this, "Too many
sub-arrays are entirely excluded on "+this+" length = "+grabArrays.length, new
Exception("error"));
return null;
}
}