]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
netmap: fix log typo
authorgureedo <gureedo@intersvyaz.net>
Mon, 21 Mar 2016 09:41:42 +0000 (14:41 +0500)
committergureedo <gureedo@intersvyaz.net>
Mon, 21 Mar 2016 09:41:42 +0000 (14:41 +0500)
src/source-netmap.c

index f5b82e276e8bb79be8af9484543acbc245f43641..540f2faee308643bc90108ad814eaadf33ad4db8 100644 (file)
@@ -654,7 +654,7 @@ static TmEcode ReceiveNetmapThreadInit(ThreadVars *tv, void *initdata, void **da
 
     if (GetIfaceOffloading(aconf->iface) == 1) {
         SCLogWarning(SC_ERR_NETMAP_CREATE,
-                     "Using mmap mode with GRO or LRO activated can lead to capture problems");
+                     "Using netmap mode with GRO or LRO activated can lead to capture problems");
     }
 
     *data = (void *)ntv;