From 8c70b7fa9c706d09cb77ba38a2df102c0309b598 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Thu, 9 Sep 2010 22:47:58 +0000 Subject: Update to 20378, print receive_packet6 in the log message --- common/socket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/socket.c b/common/socket.c index 3f4eac90..50ca746b 100644 --- a/common/socket.c +++ b/common/socket.c @@ -727,7 +727,8 @@ receive_packet6(struct interface_info *interface, if (control_buf == NULL) { allocate_cmsg_cbuf(); if (control_buf == NULL) { - log_error("send_packet6: unable to allocate cmsg header"); + log_error("receive_packet6: unable to allocate cmsg " + "header"); return(ENOMEM); } } -- cgit v1.2.1