[freenet-cvs] r15445 - trunk/freenet/src/freenet/client/async

nextgens at freenetproject.org nextgens at freenetproject.org
Fri Oct 12 07:20:20 UTC 2007


Author: nextgens
Date: 2007-10-12 07:20:20 +0000 (Fri, 12 Oct 2007)
New Revision: 15445

Modified:
   trunk/freenet/src/freenet/client/async/SplitFileInserterSegment.java
Log:
Doh

Modified: trunk/freenet/src/freenet/client/async/SplitFileInserterSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileInserterSegment.java	2007-10-11 20:59:20 UTC (rev 15444)
+++ trunk/freenet/src/freenet/client/async/SplitFileInserterSegment.java	2007-10-12 07:20:20 UTC (rev 15445)
@@ -375,9 +375,9 @@
 						block.put("Data", tmp);
 				} else if (encoded) {
 					Logger.error(this,
-							"Could not save to disk (null or not serializable to fieldset): "
+							"Could not save to disk (null or not serializable to fieldset) encoded="+encoded+" finished="+finished + " checkURI[i]="+checkURIs[i]+" : "
 									+ data, new Exception());
-					continue;
+					return null;
 				}
 			}
 			if (!block.isEmpty())




More information about the cvs mailing list