From: Victor Julien Date: Thu, 2 Jun 2016 06:09:12 +0000 (+0200) Subject: netmap: reduce verbosity at startup X-Git-Tag: suricata-3.1RC1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2132%2Fhead;p=thirdparty%2Fsuricata.git netmap: reduce verbosity at startup --- diff --git a/src/runmode-netmap.c b/src/runmode-netmap.c index ccc25719c6..dc3833abe6 100644 --- a/src/runmode-netmap.c +++ b/src/runmode-netmap.c @@ -381,7 +381,7 @@ int RunModeIdsNetmapAutoFp(void) exit(EXIT_FAILURE); } - SCLogInfo("RunModeIdsNetmapAutoFp initialised"); + SCLogDebug("RunModeIdsNetmapAutoFp initialised"); #endif /* HAVE_NETMAP */ SCReturnInt(0); @@ -414,7 +414,7 @@ int RunModeIdsNetmapSingle(void) exit(EXIT_FAILURE); } - SCLogInfo("RunModeIdsNetmapSingle initialised"); + SCLogDebug("RunModeIdsNetmapSingle initialised"); #endif /* HAVE_NETMAP */ SCReturnInt(0); @@ -450,7 +450,7 @@ int RunModeIdsNetmapWorkers(void) exit(EXIT_FAILURE); } - SCLogInfo("RunModeIdsNetmapWorkers initialised"); + SCLogDebug("RunModeIdsNetmapWorkers initialised"); #endif /* HAVE_NETMAP */ SCReturnInt(0);