Author: toad
Date: 2009-01-16 21:52:54 +0000 (Fri, 16 Jan 2009)
New Revision: 25094
Modified:
trunk/freenet/src/freenet/io/comm/RetrievalException.java
Log:
getErrString
Modified: trunk/freenet/src/freenet/io/comm/RetrievalException.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/RetrievalException.java 2009-01-16
17:54:32 UTC (rev 25093)
+++ trunk/freenet/src/freenet/io/comm/RetrievalException.java 2009-01-16
21:52:54 UTC (rev 25094)
@@ -89,6 +89,10 @@
return "UNKNOWN";
case UNABLE_TO_SEND_BLOCK_WITHIN_TIMEOUT:
return "UNABLE_TO_SEND_BLOCK_WITHIN_TIMEOUT";
+ case GONE_TO_TURTLE_MODE:
+ return "GONE_TO_TURTLE_MODE";
+ case TURTLE_KILLED:
+ return "TURTLE_KILLED";
default:
return "UNKNOWN ("+reason+")";
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs