{
BUG_ON(de_ctx == NULL);
- if (!(de_ctx->flags & DE_QUIET)) {
- SCLogDebug("cleaning up signature grouping structure...");
- }
+ SCLogDebug("cleaning up signature grouping structure...");
+
if (de_ctx->decoder_event_sgh)
SigGroupHeadFree(de_ctx, de_ctx->decoder_event_sgh);
de_ctx->decoder_event_sgh = NULL;
IPOnlyDeinit(de_ctx, &de_ctx->io_ctx);
- if (!(de_ctx->flags & DE_QUIET)) {
- SCLogInfo("cleaning up signature grouping structure... complete");
- }
+ SCLogDebug("cleaning up signature grouping structure... complete");
return 0;
}