]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
threshold: suppress debug notice message 8499/head
authorVictor Julien <vjulien@oisf.net>
Mon, 30 Jan 2023 15:08:24 +0000 (16:08 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 30 Jan 2023 15:08:24 +0000 (16:08 +0100)
src/detect-engine-threshold.c

index 5d1e77be71221fbd64849902ea6720b5960e0e70..e0c64b55da53d42f74c8718eab1d2f4a34b2cf0e 100644 (file)
@@ -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;