Author: toad
Date: 2006-10-06 13:19:32 +0000 (Fri, 06 Oct 2006)
New Revision: 10630
Modified:
trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
Log:
Logging
Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
2006-10-06 13:12:10 UTC (rev 10629)
+++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
2006-10-06 13:19:32 UTC (rev 10630)
@@ -405,6 +405,7 @@
// Invalidates the whole splitfile
fail(new FetchException(FetchException.INVALID_URI,
"Invalid URI in splitfile"));
} catch (Throwable t) {
+ Logger.error(this, "Caught "+t+" scheduling "+this, t);
fail(new FetchException(FetchException.INVALID_URI, t));
}
}