Author: toad
Date: 2008-07-16 22:29:09 +0000 (Wed, 16 Jul 2008)
New Revision: 21154
Modified:
branches/db4o/freenet/src/freenet/support/RandomGrabArray.java
Log:
NORMAL, not ERROR.
Many of them may indicate a problem, one doesn't.
Modified: branches/db4o/freenet/src/freenet/support/RandomGrabArray.java
===================================================================
--- branches/db4o/freenet/src/freenet/support/RandomGrabArray.java
2008-07-16 22:28:22 UTC (rev 21153)
+++ branches/db4o/freenet/src/freenet/support/RandomGrabArray.java
2008-07-16 22:29:09 UTC (rev 21154)
@@ -207,7 +207,7 @@
if(persistent)
container.deactivate(ret, 1);
if(excluded > MAX_EXCLUDED) {
- Logger.error(this, "Remove
random returning null because "+excluded+" excluded items, length = "+index,
new Exception("error"));
+ Logger.normal(this, "Remove
random returning null because "+excluded+" excluded items, length = "+index,
new Exception("error"));
if(persistent && changedMe)
container.set(this);
return null;