From: Roy Marples Date: Fri, 7 Sep 2018 12:38:07 +0000 (+0100) Subject: dhcp6: don't log an error here. X-Git-Tag: v7.1.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9113e6d5246fd3b3481ca3871cec72d8af6eb8;p=thirdparty%2Fdhcpcd.git dhcp6: don't log an error here. --- diff --git a/src/dhcp6.c b/src/dhcp6.c index 155bcb0a..943f4795 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -3194,7 +3194,7 @@ dhcp6_recvif(struct interface *ifp, struct dhcp6_message *r, size_t len) ctx = ifp->ctx; state = D6_STATE(ifp); if (state == NULL || state->send == NULL) { - logdebug("%s: DHCPv6 reply received but not running", + logdebugx("%s: DHCPv6 reply received but not running", ifp->name); return; }