Author: toad
Date: 2008-03-01 20:00:59 +0000 (Sat, 01 Mar 2008)
New Revision: 18293

Modified:
   trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
Log:
Logging

Modified: trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
===================================================================
--- trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java  
2008-03-01 19:58:00 UTC (rev 18292)
+++ trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java  
2008-03-01 20:00:59 UTC (rev 18293)
@@ -675,6 +675,8 @@
                                o = pendingKeys.get(key);
                        }
                        if(o == null) {
+                               // Not an error as this can happen due to race 
conditions etc.
+                               if(logMINOR) Logger.minor(this, "Restoring key 
but no keys queued?? for "+key);
                                continue;
                        } else if(o instanceof SendableGet) {
                                SendableGet get = (SendableGet) o;


Reply via email to