From f6f0ad94cec32590f2c5e3ca9099dc000d5d0672 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 31 Dec 2009 15:16:12 +0100 Subject: [PATCH] silence a debug statement in the msg handling --- src/detect-msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-msg.c b/src/detect-msg.c index afcea24e64..d7113ed931 100644 --- a/src/detect-msg.c +++ b/src/detect-msg.c @@ -64,7 +64,7 @@ int DetectMsgSetup (DetectEngineCtx *de_ctx, Signature *s, SigMatch *m, char *ms str[i] != '\\' && str[i] != '\"') { - printf("DetectMsgSetup: %c does not need to be escaped but is\n" ,str[i]); + SCLogDebug("character \"%c\" does not need to be escaped but is" ,str[i]); } escape = 0; converted = 1;