]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't report a real error here.
authorRoy Marples <roy@marples.name>
Sat, 22 Apr 2017 08:47:00 +0000 (09:47 +0100)
committerRoy Marples <roy@marples.name>
Sat, 22 Apr 2017 08:48:21 +0000 (09:48 +0100)
src/dhcpcd.c

index 91b16e24d2e88c35ed3b6cfabcd1cc47059b93ea..332e3ec3ca6a387d29aeeb39275486f9cd9d1f17 100644 (file)
@@ -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);
 }