diff --git a/src/util-mpm-ac-gfbs.c b/src/util-mpm-ac-gfbs.c index 89e6cdbe6e..76f0865228 100644 --- a/src/util-mpm-ac-gfbs.c +++ b/src/util-mpm-ac-gfbs.c @@ -1036,7 +1036,7 @@ int SCACGfbsPreparePatterns(MpmCtx *mpm_ctx) SCACGfbsCtx *ctx = (SCACGfbsCtx *)mpm_ctx->ctx; if (mpm_ctx->pattern_cnt == 0) { - SCLogInfo("No patterns supplied to this mpm_ctx"); + SCLogDebug("No patterns supplied to this mpm_ctx"); return 0; }