From: Victor Julien Date: Mon, 30 Jan 2023 15:08:24 +0000 (+0100) Subject: threshold: suppress debug notice message X-Git-Tag: suricata-6.0.10~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8499%2Fhead;p=thirdparty%2Fsuricata.git threshold: suppress debug notice message --- 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;