diff --git a/src/netif/bridgeif.c b/src/netif/bridgeif.c index c8b84f90..34b8d146 100644 --- a/src/netif/bridgeif.c +++ b/src/netif/bridgeif.c @@ -597,8 +597,7 @@ bridgeif_init(struct netif *netif) LWIP_ASSERT("netif != NULL", (netif != NULL)); #if !BRIDGEIF_PORT_NETIFS_OUTPUT_DIRECT if (netif->input == tcpip_input) { - LWIP_DEBUGF(BRIDGEIF_DEBUG|LWIP_DBG_ON, ("bridgeif does not need tcpip_input, use netif_input/ethernet_input instead", - netif->input != tcpip_input)); + LWIP_DEBUGF(BRIDGEIF_DEBUG|LWIP_DBG_ON, ("bridgeif does not need tcpip_input, use netif_input/ethernet_input instead")); } #endif