summaryrefslogtreecommitdiffstats
path: root/src/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-04-09 21:08:05 +0100
committerRoy Marples <roy@marples.name>2020-04-09 21:08:05 +0100
commit0dc6a8265da127d28f05dd27c562a306e7229afd (patch)
tree9f0bfc4518ba78a749f88aa7434ae8f18a1ad3da /src/dhcpcd.c
parentb80ede91ab859c9e74bbbec93cecb4a29032203e (diff)
downloaddhcpcd-0dc6a8265da127d28f05dd27c562a306e7229afd.tar.xz
dhcpcd: always emit version when starting.
Diffstat (limited to 'src/dhcpcd.c')
-rw-r--r--src/dhcpcd.c2
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