Author: toad
Date: 2007-05-25 19:35:33 +0000 (Fri, 25 May 2007)
New Revision: 13376
Modified:
trunk/freenet/src/freenet/node/SimpleSendableInsert.java
Log:
Doh
Modified: trunk/freenet/src/freenet/node/SimpleSendableInsert.java
===================================================================
--- trunk/freenet/src/freenet/node/SimpleSendableInsert.java 2007-05-25
19:33:40 UTC (rev 13375)
+++ trunk/freenet/src/freenet/node/SimpleSendableInsert.java 2007-05-25
19:35:33 UTC (rev 13376)
@@ -33,7 +33,7 @@
else if(block instanceof SSKBlock)
scheduler = core.requestStarters.sskPutScheduler;
else
- throw new IllegalArgumentException("Don't know what to
do with "+block, new Exception());
+ throw new IllegalArgumentException("Don't know what to
do with "+block);
}
public SimpleSendableInsert(KeyBlock block, short prioClass, Object
client, ClientRequestScheduler scheduler) {