]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
dhcpcd: always emit version when starting.
authorRoy Marples <roy@marples.name>
Thu, 9 Apr 2020 20:08:05 +0000 (21:08 +0100)
committerRoy Marples <roy@marples.name>
Thu, 9 Apr 2020 20:08:05 +0000 (21:08 +0100)
src/dhcpcd.c

index dbbc7ff843ad053caf1dc182754f37ea8a269baf..eb8d5608a443d3e2c43b732c5479ca117e4dda48 100644 (file)
@@ -2128,7 +2128,7 @@ printpidfile:
        }
 #endif
 
-       logdebugx(PACKAGE "-" VERSION " starting");
+       loginfox(PACKAGE "-" VERSION " starting");
        freopen(_PATH_DEVNULL, "r", stdin);
 
 #ifdef PRIVSEP