]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve.flow: remove "hi" log message
authorJason Ish <ish@unx.ca>
Tue, 19 Dec 2017 21:44:17 +0000 (15:44 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 30 Jan 2018 09:32:17 +0000 (10:32 +0100)
src/output-json-flow.c

index f715cc04f17894dfbfa89b97b3d4815b13d0a589..e45b23aacca5cae089f6b1c480222acdd0092d46 100644 (file)
@@ -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");