From 02d4e729c4aba5b215fbaa64f709c2a101a1ba09 Mon Sep 17 00:00:00 2001 From: gureedo Date: Mon, 21 Mar 2016 14:41:42 +0500 Subject: [PATCH] netmap: fix log typo --- src/source-netmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source-netmap.c b/src/source-netmap.c index f5b82e276e..540f2faee3 100644 --- a/src/source-netmap.c +++ b/src/source-netmap.c @@ -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;