From: Victor Julien Date: Mon, 5 Jun 2017 08:14:12 +0000 (+0200) Subject: stream: suppress GAP notice message X-Git-Tag: suricata-4.0.0-beta1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2739%2Fhead;p=thirdparty%2Fsuricata.git stream: suppress GAP notice message --- diff --git a/src/stream-tcp-reassemble.c b/src/stream-tcp-reassemble.c index a8446402b4..3fbde40541 100644 --- a/src/stream-tcp-reassemble.c +++ b/src/stream-tcp-reassemble.c @@ -975,7 +975,7 @@ static int ReassembleUpdateAppLayer (ThreadVars *tv, while (1) { GetAppBuffer(stream, &mydata, &mydata_len, app_progress); if (mydata == NULL && mydata_len > 0 && CheckGap(ssn, stream, p)) { - SCLogNotice("sending GAP to app-layer (size: %u)", mydata_len); + SCLogDebug("sending GAP to app-layer (size: %u)", mydata_len); AppLayerHandleTCPData(tv, ra_ctx, p, p->flow, ssn, stream, NULL, mydata_len,