From: Victor Julien Date: Thu, 18 May 2023 08:12:21 +0000 (+0200) Subject: pcap/runmodes: silence some info messages X-Git-Tag: suricata-7.0.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f187cba828b48e07b956da9a94fcec3dd2bbb49;p=thirdparty%2Fsuricata.git pcap/runmodes: silence some info messages --- diff --git a/src/runmode-pcap.c b/src/runmode-pcap.c index 46755d3ba3..d9f0967ccb 100644 --- a/src/runmode-pcap.c +++ b/src/runmode-pcap.c @@ -249,7 +249,7 @@ int RunModeIdsPcapSingle(void) FatalError("Runmode start failed"); } - SCLogInfo("RunModeIdsPcapSingle initialised"); + SCLogDebug("RunModeIdsPcapSingle initialised"); SCReturnInt(0); } @@ -286,7 +286,7 @@ int RunModeIdsPcapAutoFp(void) FatalError("Runmode start failed"); } - SCLogInfo("RunModeIdsPcapAutoFp initialised"); + SCLogDebug("RunModeIdsPcapAutoFp initialised"); SCReturnInt(0); } @@ -314,7 +314,7 @@ int RunModeIdsPcapWorkers(void) FatalError("Unable to start runmode"); } - SCLogInfo("RunModeIdsPcapWorkers initialised"); + SCLogDebug("RunModeIdsPcapWorkers initialised"); SCReturnInt(0); }