summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-04-29 18:40:13 +0100
committerRoy Marples <roy@marples.name>2019-04-29 18:40:13 +0100
commit08f2db730dc7a7be49eff37a36cdf5b57f2e9857 (patch)
treecd26df754097e81769f1696f6cf67ce4a4eddd5c
parenta9a0bf9e89ced9cd04720cdd6fcb6d6068159ff0 (diff)
downloaddhcpcd-08f2db730dc7a7be49eff37a36cdf5b57f2e9857.tar.xz
Don't report errno here.
-rw-r--r--src/if-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if-options.c b/src/if-options.c
index 75718aae..ebe22e01 100644
--- a/src/if-options.c
+++ b/src/if-options.c
@@ -1320,7 +1320,7 @@ parse_option(struct dhcpcd_ctx *ctx, const char *ifname, struct if_options *ifo,
return -1;
#else
if (ifname == NULL) {
- logerr("IA PD must belong in an "
+ logerrx("IA PD must belong in an "
"interface block");
return -1;
}