From d272075da0072611bed08922c3f03f7acffbce99 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 5 Nov 2021 12:23:48 +0100 Subject: [PATCH] af-packet: minor output updates --- src/runmode-af-packet.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/runmode-af-packet.c b/src/runmode-af-packet.c index f0a034c2c8..c6d79966df 100644 --- a/src/runmode-af-packet.c +++ b/src/runmode-af-packet.c @@ -247,7 +247,7 @@ static void *ParseAFPConfig(const char *iface) (void)ConfGetChildValueBoolWithDefault( if_root, if_default, "use-emergency-flush", (int *)&boolval); if (boolval) { - SCLogConfig("Enabling ring emergency flush on iface %s", aconf->iface); + SCLogConfig("Enabling emergency ring flush on iface %s", aconf->iface); aconf->flags |= AFP_EMERGENCY_MODE; } @@ -680,8 +680,6 @@ finalize: /* If we are using copy mode we need a lock */ aconf->flags |= AFP_SOCK_PROTECT; } - - SCLogConfig("%s: enabling zero copy mode by using data release call", iface); return aconf; } -- 2.47.2