Author: toad
Date: 2008-12-17 18:57:05 +0000 (Wed, 17 Dec 2008)
New Revision: 24450

Modified:
   
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherKeyListener.java
Log:
Logging


Modified: 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherKeyListener.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherKeyListener.java 
    2008-12-17 18:04:56 UTC (rev 24449)
+++ 
branches/db4o/freenet/src/freenet/client/async/SplitFileFetcherKeyListener.java 
    2008-12-17 18:57:05 UTC (rev 24450)
@@ -150,6 +150,7 @@
        }
 
        public boolean probablyWantKey(Key key, byte[] saltedKey) {
+               if(filter == null) Logger.error(this, "Probably want key: 
filter = null for "+this+ " fetcher = "+fetcher);
                return filter.checkFilter(saltedKey);
        }
 
@@ -363,5 +364,9 @@
        public boolean isSSK() {
                return false;
        }
+       
+       public void objectOnDeactivate(ObjectContainer container) {
+               Logger.error(this, "Deactivating a SplitFileFetcherKeyListener: 
"+this, new Exception("error"));
+       }
 
 }

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to