From: Shawn Routhier Date: Thu, 9 Sep 2010 22:47:58 +0000 (+0000) Subject: Update to 20378, print receive_packet6 in the log message X-Git-Tag: v4_2_1b1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c70b7fa9c706d09cb77ba38a2df102c0309b598;p=thirdparty%2Fdhcp.git Update to 20378, print receive_packet6 in the log message --- diff --git a/common/socket.c b/common/socket.c index 3f4eac90a..50ca746be 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); } }