silence a debug statement in the msg handling

remotes/origin/master-1.0.x
Victor Julien 15 years ago
parent d5c732f1f9
commit f6f0ad94ce

@ -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;

Loading…
Cancel
Save