From 65a6f61004890c41202c66a55bcb89ed45760df1 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Wed, 29 Sep 2021 16:33:32 +0200 Subject: [PATCH] http: delete obsolete range log Commit d776d72711800168cda5d62a7cc4669abda379be has been transfering ownership of file container So, we cannot log it --- src/app-layer-htp-file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app-layer-htp-file.c b/src/app-layer-htp-file.c index 45b9dcfe1b..e73bdb524b 100644 --- a/src/app-layer-htp-file.c +++ b/src/app-layer-htp-file.c @@ -358,7 +358,6 @@ void HTPFileCloseHandleRange(FileContainer *files, const uint16_t flags, HttpRan /* HtpState owns the constructed file now */ FileContainerAdd(files, ranged); } - SCLogDebug("c->container->files->tail %p", c->container->files->tail); THashDataUnlock(c->container->hdata); } }