Author: toad
Date: 2008-06-25 17:46:09 +0000 (Wed, 25 Jun 2008)
New Revision: 20701
Modified:
branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
Log:
Logging
Modified:
branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
2008-06-25 17:35:37 UTC (rev 20700)
+++ branches/db4o/freenet/src/freenet/client/async/SingleBlockInserter.java
2008-06-25 17:46:09 UTC (rev 20701)
@@ -286,7 +286,8 @@
}
synchronized(this) {
if(finished) {
- Logger.error(this, "Block already completed:
"+this);
+ // Normal with persistence.
+ Logger.normal(this, "Block already completed:
"+this);
return;
}
finished = true;