Author: toad
Date: 2008-07-17 11:48:00 +0000 (Thu, 17 Jul 2008)
New Revision: 21158
Modified:
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
Log:
Logging
Modified:
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
===================================================================
---
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
2008-07-17 10:43:03 UTC (rev 21157)
+++
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
2008-07-17 11:48:00 UTC (rev 21158)
@@ -226,7 +226,7 @@
// FIXME refactor this out to a common method; see
SimpleSingleFileFetcher
public void onFailure(LowLevelGetException e, Object token,
ObjectContainer container, ClientContext context) {
if(logMINOR)
- Logger.minor(this, "onFailure("+e+" , "+token);
+ Logger.minor(this, "onFailure("+e+" , "+token+" on
"+this);
switch(e.code) {
case LowLevelGetException.DATA_NOT_FOUND:
onFailure(new
FetchException(FetchException.DATA_NOT_FOUND), token, container, context);