eve.netflow: remove "hi" log message

pull/3112/head
Jason Ish 7 years ago committed by Victor Julien
parent 6c251b8576
commit 07ab338145

@ -336,7 +336,6 @@ static void OutputNetFlowLogDeinit(OutputCtx *output_ctx)
#define DEFAULT_LOG_FILENAME "netflow.json"
static OutputCtx *OutputNetFlowLogInit(ConfNode *conf)
{
SCLogInfo("hi");
LogFileCtx *file_ctx = LogFileNewCtx();
if(file_ctx == NULL) {
SCLogError(SC_ERR_NETFLOW_LOG_GENERIC, "couldn't create new file_ctx");

Loading…
Cancel
Save