pcap/runmodes: silence some info messages

pull/9033/head
Victor Julien 2 years ago
parent 3049151bc2
commit 5f187cba82

@ -249,7 +249,7 @@ int RunModeIdsPcapSingle(void)
FatalError("Runmode start failed"); FatalError("Runmode start failed");
} }
SCLogInfo("RunModeIdsPcapSingle initialised"); SCLogDebug("RunModeIdsPcapSingle initialised");
SCReturnInt(0); SCReturnInt(0);
} }
@ -286,7 +286,7 @@ int RunModeIdsPcapAutoFp(void)
FatalError("Runmode start failed"); FatalError("Runmode start failed");
} }
SCLogInfo("RunModeIdsPcapAutoFp initialised"); SCLogDebug("RunModeIdsPcapAutoFp initialised");
SCReturnInt(0); SCReturnInt(0);
} }
@ -314,7 +314,7 @@ int RunModeIdsPcapWorkers(void)
FatalError("Unable to start runmode"); FatalError("Unable to start runmode");
} }
SCLogInfo("RunModeIdsPcapWorkers initialised"); SCLogDebug("RunModeIdsPcapWorkers initialised");
SCReturnInt(0); SCReturnInt(0);
} }

Loading…
Cancel
Save