changeset 5132:2b98d2fb5702 draft

dhcpcd: always emit version when starting.
author Roy Marples <roy@marples.name>
date Thu, 09 Apr 2020 21:08:05 +0100
parents d99a53af6486
children fe2c149bb04d
files src/dhcpcd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcpcd.c	Thu Apr 09 16:27:18 2020 +0000
+++ b/src/dhcpcd.c	Thu Apr 09 21:08:05 2020 +0100
@@ -2128,7 +2128,7 @@
 	}
 #endif
 
-	logdebugx(PACKAGE "-" VERSION " starting");
+	loginfox(PACKAGE "-" VERSION " starting");
 	freopen(_PATH_DEVNULL, "r", stdin);
 
 #ifdef PRIVSEP