From 0057a7c15ec0f2bced94c8ec5eaf9cc34bd765fa Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 22 Dec 2010 11:31:25 +0100 Subject: [PATCH] Suppress a AC debug message. --- src/util-mpm-ac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-mpm-ac.c b/src/util-mpm-ac.c index 45122f5d34..6b0ddc658d 100644 --- a/src/util-mpm-ac.c +++ b/src/util-mpm-ac.c @@ -948,7 +948,7 @@ int SCACPreparePatterns(MpmCtx *mpm_ctx) SCACCtx *ctx = (SCACCtx *)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; }