diff --git a/src/runmode-af-packet.c b/src/runmode-af-packet.c index edf66b98a5..9d743aa6dc 100644 --- a/src/runmode-af-packet.c +++ b/src/runmode-af-packet.c @@ -487,7 +487,7 @@ static void *ParseAFPConfig(const char *iface) BypassedFlowManagerRegisterUpdateFunc(EBPFUpdateFlow, NULL); } #else - SCLogError(SC_ERR_UNIMPLEMENTED, "XDP filter set but XDP support is not built-in"); + SCLogWarning(SC_ERR_UNIMPLEMENTED, "XDP filter set but XDP support is not built-in"); #endif #ifdef HAVE_PACKET_XDP const char *xdp_mode;