From: Victor Julien Date: Mon, 30 Jan 2023 17:02:39 +0000 (+0100) Subject: stream/midstream: add bug number to policy warning X-Git-Tag: suricata-7.0.0-rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5547564b6f0a8d4620dd7ba7e91f5e5bd55c948;p=thirdparty%2Fsuricata.git stream/midstream: add bug number to policy warning --- diff --git a/src/stream-tcp.c b/src/stream-tcp.c index c23c547ab6..2ab8ef081c 100644 --- a/src/stream-tcp.c +++ b/src/stream-tcp.c @@ -467,7 +467,7 @@ void StreamTcpInitConfig(bool quiet) stream_config.midstream_policy = ExceptionPolicyParse("stream.midstream-policy", true); if (stream_config.midstream && stream_config.midstream_policy != EXCEPTION_POLICY_NOT_SET) { SCLogWarning("stream.midstream_policy setting conflicting with stream.midstream enabled. " - "Ignoring stream.midstream_policy."); + "Ignoring stream.midstream_policy. Bug #5825."); stream_config.midstream_policy = EXCEPTION_POLICY_NOT_SET; }