Author: toad
Date: 2009-03-25 19:12:17 +0000 (Wed, 25 Mar 2009)
New Revision: 26185
Modified:
branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
Log:
Logging
Modified:
branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
2009-03-25 19:00:45 UTC (rev 26184)
+++ branches/db4o/freenet/src/freenet/client/async/SimpleManifestPutter.java
2009-03-25 19:12:17 UTC (rev 26185)
@@ -198,7 +198,8 @@
if(putHandlersWaitingForFetchable.contains(this)) {
putHandlersWaitingForFetchable.remove(this);
container.store(putHandlersWaitingForFetchable);
- Logger.error(this, "PutHandler was in
waitingForFetchable in onSuccess() on "+this+" for "+SimpleManifestPutter.this);
+ // Not getting an onFetchable is not
unusual, just ignore it.
+ if(logMINOR) Logger.minor(this,
"PutHandler was in waitingForFetchable in onSuccess() on "+this+" for
"+SimpleManifestPutter.this);
}
if(persistent)
container.deactivate(putHandlersWaitingForFetchable, 1);
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs