mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
add program name to log line
This commit is contained in:
parent
1132f004b3
commit
2751ad9c3f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user