From 3ad497e74f3c9c634b22336ce1ce50bfa807f995 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 19 Apr 2013 11:12:37 +0200 Subject: [PATCH] Remove filemagic debug statement --- src/detect-filemagic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-filemagic.c b/src/detect-filemagic.c index 593d6c08b1..03de60025f 100644 --- a/src/detect-filemagic.c +++ b/src/detect-filemagic.c @@ -333,7 +333,7 @@ static void *DetectFilemagicThreadInit(void *data) { SCLogError(SC_ERR_MAGIC_LOAD, "magic_load failed: %s", magic_error(t->ctx)); goto error; } -SCLogInfo("returning %p", t); + return (void *)t; error: