diff options
Diffstat (limited to 'zebra/rtadv.c')
| -rw-r--r-- | zebra/rtadv.c | 3 | 
1 files changed, 1 insertions, 2 deletions
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);  		}  	}  | 
