From: Jason Ish Date: Tue, 19 Dec 2017 21:44:17 +0000 (-0600) Subject: eve.flow: remove "hi" log message X-Git-Tag: suricata-4.0.4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc3ba3e70222ef7c2d4163eb50f7f8f0ffb45c2;p=thirdparty%2Fsuricata.git eve.flow: remove "hi" log message --- 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");