]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: Drop new lines from zlog_debug for dpdk debug messages
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 29 Sep 2023 06:02:58 +0000 (09:02 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 29 Sep 2023 06:02:58 +0000 (09:02 +0300)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
zebra/dpdk/zebra_dplane_dpdk.c

index fc140b07a34dbe1ba398f383c5eeb6423f338632..4c320442512e317a44626dd56996023be6be0c79 100644 (file)
@@ -611,11 +611,11 @@ static void zd_dpdk_port_init(void)
                if (rte_flow_isolate(port_id, 1, &error)) {
                        if (IS_ZEBRA_DEBUG_DPLANE_DPDK)
                                zlog_debug(
-                                       "Flow isolate on port %u failed %d\n",
+                                       "Flow isolate on port %u failed %d",
                                        port_id, error.type);
                } else {
                        if (IS_ZEBRA_DEBUG_DPLANE_DPDK)
-                               zlog_debug("Flow isolate on port %u\n",
+                               zlog_debug("Flow isolate on port %u",
                                           port_id);
                }
                rc = rte_eth_dev_start(port_id);