diff options
| author | Roy Marples <roy@marples.name> | 2018-02-20 08:36:53 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2018-02-20 08:36:53 +0000 |
| commit | d6be59934ab8e350a6e6d897ccf8a9cd46d74847 (patch) | |
| tree | 3fb0535d1843e38c5b8a7eea3e82da79fdb1068a /src/dhcpcd.c | |
| parent | 8a1650139102d7039abf32e69b8174040cecfca7 (diff) | |
| download | dhcpcd-d6be59934ab8e350a6e6d897ccf8a9cd46d74847.tar.xz | |
dhcpcd: Don't report errno when aborting 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 7e214c38..8b7da6ca 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -1861,7 +1861,7 @@ printpidfile: } else goto exit_failure; if (!(ctx.options & DHCPCD_LINK)) { - logerr("aborting as link detection is disabled"); + logerrx("aborting as link detection is disabled"); goto exit_failure; } } |
