summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorPhilipp Gortan <philipp@gortan.org>2022-06-17 23:26:54 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-06-18 10:43:03 +0900
commit2751ad9c3f81f1574780c498f428b61798ace310 (patch)
tree49739d9ec9806297e005d1e769696431d168cd67 /src/udev/udevd.c
parent1132f004b3e8d0df0bd1dca1d6d8b8aa7d7afecf (diff)
downloadsystemd-2751ad9c3f81f1574780c498f428b61798ace310.tar.gz
add program name to log line
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c2
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) {