From: Jason Ish Date: Tue, 19 Dec 2017 21:43:50 +0000 (-0600) Subject: eve.netflow: remove "hi" log message X-Git-Tag: suricata-4.1.0-beta1~409 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ab338145ff697b78e684036ed2a2c8fca43514;p=thirdparty%2Fsuricata.git eve.netflow: remove "hi" log message --- diff --git a/src/output-json-netflow.c b/src/output-json-netflow.c index b47a3dd8f6..092776ac2c 100644 --- a/src/output-json-netflow.c +++ b/src/output-json-netflow.c @@ -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");