From c08521cd52bcf908cc5f4f6a382e1798c4dc49a5 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 30 Jan 2023 16:08:24 +0100 Subject: [PATCH] threshold: suppress debug notice message --- src/detect-engine-threshold.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/detect-engine-threshold.c b/src/detect-engine-threshold.c index 5d1e77be71..e0c64b55da 100644 --- a/src/detect-engine-threshold.c +++ b/src/detect-engine-threshold.c @@ -302,7 +302,6 @@ static inline void RateFilterSetAction(Packet *p, PacketAlert *pa, uint8_t new_a case TH_ACTION_DROP: pa->flags |= PACKET_ALERT_RATE_FILTER_MODIFIED; pa->action = ACTION_DROP; - SCLogNotice("DROP DROP DROP DROP DROP DROP"); break; case TH_ACTION_REJECT: pa->flags |= PACKET_ALERT_RATE_FILTER_MODIFIED; -- 2.47.2