From: Roy Marples Date: Mon, 29 Apr 2019 17:40:13 +0000 (+0100) Subject: Don't report errno here. X-Git-Tag: v7.2.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f2db730dc7a7be49eff37a36cdf5b57f2e9857;p=thirdparty%2Fdhcpcd.git Don't report errno here. --- 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; }