From: Roy Marples Date: Sat, 22 Apr 2017 08:47:00 +0000 (+0100) Subject: Don't report a real error here. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24abc42d92cfbd3e4681d54c8ad62af6dc7adc92;p=thirdparty%2Fdhcpcd.git Don't report a real error here. --- diff --git a/src/dhcpcd.c b/src/dhcpcd.c index 91b16e24..332e3ec3 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -775,7 +775,7 @@ warn_iaid_conflict(struct interface *ifp, uint8_t *iaid) /* This is only a problem if the interfaces are on the same network. */ if (ifn) - logerr("%s: IAID conflicts with one assigned to %s", + logerrx("%s: IAID conflicts with one assigned to %s", ifp->name, ifn->name); }