summaryrefslogtreecommitdiff
path: root/content/fs_backing_store.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-28 19:17:42 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-28 19:17:42 +0000
commit6b2676d33f2e6c25dc98eda57325e7185a6ff763 (patch)
treee416c75208b769643862a9a7b7e3d92e9ba0a624 /content/fs_backing_store.c
parent5f57a39130aea9829ea9d870e55f4fb19d7cbec8 (diff)
downloadnetsurf-6b2676d33f2e6c25dc98eda57325e7185a6ff763.tar.gz
netsurf-6b2676d33f2e6c25dc98eda57325e7185a6ff763.tar.bz2
Improve llcache writeout stratagy
Diffstat (limited to 'content/fs_backing_store.c')
-rw-r--r--content/fs_backing_store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/fs_backing_store.c b/content/fs_backing_store.c
index 34bb149ec..27cd95213 100644
--- a/content/fs_backing_store.c
+++ b/content/fs_backing_store.c
@@ -412,6 +412,8 @@ invalidate_entry(struct store_state *state, struct store_entry *bse)
return NSERROR_OK;
}
+ LOG(("Removing entry for %p", bse));
+
/* remove the entry from the index */
ret = remove_store_entry(state, &bse);
if (ret != NSERROR_OK) {