From: Roy Marples Date: Thu, 9 Apr 2020 20:08:05 +0000 (+0100) Subject: dhcpcd: always emit version when starting. X-Git-Tag: v9.0.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bba969c332bbcdf23383d3913eceacc7c88ba2c;p=thirdparty%2Fdhcpcd.git dhcpcd: always emit version when starting. --- diff --git a/src/dhcpcd.c b/src/dhcpcd.c index dbbc7ff8..eb8d5608 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -2128,7 +2128,7 @@ printpidfile: } #endif - logdebugx(PACKAGE "-" VERSION " starting"); + loginfox(PACKAGE "-" VERSION " starting"); freopen(_PATH_DEVNULL, "r", stdin); #ifdef PRIVSEP