From a5547564b6f0a8d4620dd7ba7e91f5e5bd55c948 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 30 Jan 2023 18:02:39 +0100 Subject: [PATCH] stream/midstream: add bug number to policy warning --- src/stream-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2