]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
netmap: reduce verbosity at startup 2132/head
authorVictor Julien <victor@inliniac.net>
Thu, 2 Jun 2016 06:09:12 +0000 (08:09 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 2 Jun 2016 07:08:04 +0000 (09:08 +0200)
src/runmode-netmap.c

index ccc25719c6cfaf1d15929f93660b1c908ce69de8..dc3833abe6c70ef71a20d08e84234464310717f8 100644 (file)
@@ -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);