Author: toad
Date: 2008-06-19 14:59:03 +0000 (Thu, 19 Jun 2008)
New Revision: 20486
Modified:
branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java
Log:
Revert last commit, old way is better
Modified: branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java
2008-06-19 14:57:27 UTC (rev 20485)
+++ branches/db4o/freenet/src/freenet/client/async/SingleFileFetcher.java
2008-06-19 14:59:03 UTC (rev 20486)
@@ -295,7 +295,7 @@
return;
} catch (IOException e)
{
// Bucket error?
- onFailure(new
FetchException(FetchException.BUCKET_ERROR, "Already freed "+data+" : "+e, e),
false, sched, container, context);
+ onFailure(new
FetchException(FetchException.BUCKET_ERROR, e), false, sched, container,
context);
return;
}
}