summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stats-mode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stats-mode.c b/src/stats-mode.c
index bd20253..d561409 100644
--- a/src/stats-mode.c
+++ b/src/stats-mode.c
@@ -130,6 +130,7 @@ static int purge_step(void *data1, void *data2)
if (!STATE(get_retval)) {
debug_ct(obj->ct, "purge stats");
cache_del(STATE_STATS(cache), obj);
+ dlog_ct(STATE(stats_log), obj->ct, NFCT_O_PLAIN);
cache_object_free(obj);
}