From d861bf100bf8bd249f40c90d13781762ca214b91 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 2 Jun 2016 08:09:12 +0200 Subject: [PATCH] netmap: reduce verbosity at startup --- src/runmode-netmap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.47.2