1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-08 08:58:27 +03:00

add program name to log line

This commit is contained in:
Philipp Gortan 2022-06-17 23:26:54 +02:00 committed by Yu Watanabe
parent 1132f004b3
commit 2751ad9c3f

View 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) {