]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
stream: suppress GAP notice message 2739/head
authorVictor Julien <victor@inliniac.net>
Mon, 5 Jun 2017 08:14:12 +0000 (10:14 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 5 Jun 2017 08:14:12 +0000 (10:14 +0200)
src/stream-tcp-reassemble.c

index a8446402b4f6a21b4aa4ca7de7ebcba6853e957a..3fbde40541a01d8824c67047400e06c29b9f8c97 100644 (file)
@@ -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,