]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
netmap/config: New API display during debug
authorJeff Lucovsky <jlucovsky@oisf.net>
Fri, 24 Feb 2023 15:04:51 +0000 (10:04 -0500)
committerVictor Julien <vjulien@oisf.net>
Tue, 28 Mar 2023 09:32:53 +0000 (11:32 +0200)
This PR changes the log level associated with the message indicating
if the new Netmap API (v14+) is in use during module registration.

Issue: 5879

src/runmode-netmap.c

index 6111ac5dab62b3abb82b7b1d2986335d2b051e04..26e855d9b668535b9f9d58120019f9771c71fab9 100644 (file)
@@ -74,8 +74,8 @@ void RunModeIdsNetmapRegister(void)
 {
 #if HAVE_NETMAP
 #if USE_NEW_NETMAP_API
-    SCLogInfo("Using netmap version %d"
-              " API interfaces]",
+    SCLogDebug("Using netmap version %d"
+               " API interfaces]",
             NETMAP_API);
 #endif
     RunModeRegisterNewRunMode(RUNMODE_NETMAP, "single",