From a843c5ba2a64593652a0d91c854e185e044c17f8 Mon Sep 17 00:00:00 2001 From: sri-mohan1 Date: Fri, 23 Sep 2022 00:04:40 +0530 Subject: zebra: changes for code maintainability these changes are for improving the code maintainability Signed-off-by: sri-mohan1 --- zebra/rtadv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zebra/rtadv.c') diff --git a/zebra/rtadv.c b/zebra/rtadv.c index bf959980be..93590a2f16 100644 --- a/zebra/rtadv.c +++ b/zebra/rtadv.c @@ -227,8 +227,7 @@ static void rtadv_send_packet(int sock, struct interface *ifp, adata = calloc(1, CMSG_SPACE(sizeof(struct in6_pktinfo))); if (adata == NULL) { - zlog_debug( - "rtadv_send_packet: can't malloc control data"); + zlog_debug("%s: can't malloc control data", __func__); exit(-1); } } -- cgit v1.2.3