summaryrefslogtreecommitdiffstats
path: root/src/stats-mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats-mode.c')
-rw-r--r--src/stats-mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats-mode.c b/src/stats-mode.c
index 3773feb..5808320 100644
--- a/src/stats-mode.c
+++ b/src/stats-mode.c
@@ -170,7 +170,7 @@ static int event_destroy_stats(struct nf_conntrack *ct)
if (cache_del(STATE_STATS(cache), ct)) {
debug_ct(ct, "cache destroy");
- dlog_ct(ct);
+ dlog_ct(STATE(stats_log), ct, NFCT_O_PLAIN);
return 1;
} else {
debug_ct(ct, "can't destroy!");