From 0cc3ba3e70222ef7c2d4163eb50f7f8f0ffb45c2 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 19 Dec 2017 15:44:17 -0600 Subject: [PATCH] eve.flow: remove "hi" log message --- src/output-json-flow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/output-json-flow.c b/src/output-json-flow.c index f715cc04f1..e45b23aacc 100644 --- a/src/output-json-flow.c +++ b/src/output-json-flow.c @@ -386,7 +386,6 @@ static void OutputFlowLogDeinit(OutputCtx *output_ctx) #define DEFAULT_LOG_FILENAME "flow.json" static OutputCtx *OutputFlowLogInit(ConfNode *conf) { - SCLogInfo("hi"); LogFileCtx *file_ctx = LogFileNewCtx(); if(file_ctx == NULL) { SCLogError(SC_ERR_FLOW_LOG_GENERIC, "couldn't create new file_ctx"); -- 2.47.2