summaryrefslogtreecommitdiffstats
path: root/src/stats-mode.c
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-04-16 15:37:39 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-04-16 15:37:39 +0000
commit07a3a6fe92c98e251a464a5744421ce211030003 (patch)
tree17a3188f6032b03f9ccfb607e09e6589839de7b2 /src/stats-mode.c
parent92d2cadbac3e51f6da0a1628e0544ccbdea107ba (diff)
add more verbose error notification when the injection of a conntrack fails
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!");