[freenet-cvs] r11890 - trunk/freenet/src/freenet/node/fcp
nextgens at freenetproject.org
nextgens at freenetproject.org
Wed Feb 21 22:14:15 UTC 2007
Author: nextgens
Date: 2007-02-21 22:14:14 +0000 (Wed, 21 Feb 2007)
New Revision: 11890
Modified:
trunk/freenet/src/freenet/node/fcp/ModifyPersistentRequest.java
Log:
logging: it shouldn't have been removed in r11886
Modified: trunk/freenet/src/freenet/node/fcp/ModifyPersistentRequest.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ModifyPersistentRequest.java 2007-02-21 22:01:55 UTC (rev 11889)
+++ trunk/freenet/src/freenet/node/fcp/ModifyPersistentRequest.java 2007-02-21 22:14:14 UTC (rev 11890)
@@ -69,6 +69,7 @@
FCPClient client = global ? handler.server.globalClient : handler.getClient();
ClientRequest req = client.getRequest(identifier);
if(req==null){
+ Logger.error(this, "Huh ? the request is null!");
ProtocolErrorMessage msg = new ProtocolErrorMessage(ProtocolErrorMessage.NO_SUCH_IDENTIFIER, false, null, identifier, global);
handler.outputHandler.queue(msg);
return;
More information about the cvs
mailing list