Author: toad
Date: 2007-12-22 15:10:22 +0000 (Sat, 22 Dec 2007)
New Revision: 16783

Modified:
   trunk/freenet/src/freenet/client/async/SingleFileInserter.java
Log:
Wrong error message

Modified: trunk/freenet/src/freenet/client/async/SingleFileInserter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SingleFileInserter.java      
2007-12-22 15:09:33 UTC (rev 16782)
+++ trunk/freenet/src/freenet/client/async/SingleFileInserter.java      
2007-12-22 15:10:22 UTC (rev 16783)
@@ -458,7 +458,7 @@
                                        e = new 
InsertException(InsertException.INTERNAL_ERROR, "Did not expect to get metadata 
for metadata inserter", null);
                                } else if(state != sfi) {
                                        Logger.error(this, "Got metadata from 
unknown state "+state);
-                                       e = new 
InsertException(InsertException.INTERNAL_ERROR, "Did not expect to get metadata 
for metadata inserter", null);
+                                       e = new 
InsertException(InsertException.INTERNAL_ERROR, "Got metadata from unknown 
state", null);
                                } else {
                                        // Already started metadata putter ? 
(in which case we've got the metadata twice)
                                        if(metadataPutter != null) return;


Reply via email to