Author: toad
Date: 2008-09-23 17:02:40 +0000 (Tue, 23 Sep 2008)
New Revision: 22774

Modified:
   trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
Log:
Log when we closed the store.
Then it will be easier to see bug #2638 in wrapper.log's.


Modified: trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
===================================================================
--- trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java      
2008-09-23 16:36:12 UTC (rev 22773)
+++ trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java      
2008-09-23 17:02:40 UTC (rev 22774)
@@ -1559,6 +1559,7 @@
                        } finally {
                                configLock.writeLock().unlock();
                        }
+                       System.out.println("Successfully closed store "+name);
                }
        }



Reply via email to