diff options
| author | Roy Marples <roy@marples.name> | 2020-04-09 21:08:05 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-04-09 21:08:05 +0100 |
| commit | 0dc6a8265da127d28f05dd27c562a306e7229afd (patch) | |
| tree | 9f0bfc4518ba78a749f88aa7434ae8f18a1ad3da /src | |
| parent | b80ede91ab859c9e74bbbec93cecb4a29032203e (diff) | |
| download | dhcpcd-0dc6a8265da127d28f05dd27c562a306e7229afd.tar.xz | |
dhcpcd: always emit version when starting.
Diffstat (limited to 'src')
| -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 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 |
