diff options
author | Philipp Gortan <philipp@gortan.org> | 2022-06-17 23:26:54 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-06-18 03:43:03 +0200 |
commit | 2751ad9c3f81f1574780c498f428b61798ace310 (patch) | |
tree | 49739d9ec9806297e005d1e769696431d168cd67 /src/udev/udevd.c | |
parent | cryptenroll: fix typo in manpage (diff) | |
download | systemd-2751ad9c3f81f1574780c498f428b61798ace310.tar.xz systemd-2751ad9c3f81f1574780c498f428b61798ace310.zip |
add program name to log line
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r-- | src/udev/udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 478db198ac..1994b6b2d5 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -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) { |