diff options
| author | Roy Marples <roy@marples.name> | 2017-04-22 09:47:00 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-04-22 09:48:21 +0100 |
| commit | 24abc42d92cfbd3e4681d54c8ad62af6dc7adc92 (patch) | |
| tree | 2df7e64b6b0bee472792c9910ca70704a248da0d /src/dhcpcd.c | |
| parent | 85a4d9004e12fd2696a29e050c4df662dc603068 (diff) | |
| download | dhcpcd-24abc42d92cfbd3e4681d54c8ad62af6dc7adc92.tar.xz | |
Don't report a real error here.
Diffstat (limited to 'src/dhcpcd.c')
| -rw-r--r-- | src/dhcpcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
