]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
add program name to log line
authorPhilipp Gortan <philipp@gortan.org>
Fri, 17 Jun 2022 21:26:54 +0000 (23:26 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 18 Jun 2022 01:43:03 +0000 (10:43 +0900)
src/udev/udevd.c

index 478db198aced4ffe356a9394ecae678f46c82955..1994b6b2d523febebb287953326be109e448f84e 100644 (file)
@@ -2146,7 +2146,7 @@ int run_udevd(int argc, char *argv[]) {
         if (arg_daemonize) {
                 pid_t pid;
 
-                log_info("Starting version " GIT_VERSION);
+                log_info("Starting systemd-udevd version " GIT_VERSION);
 
                 /* connect /dev/null to stdin, stdout, stderr */
                 if (log_get_max_level() < LOG_DEBUG) {