mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 18:27:04 +03:00
exec-util: drop redundant log message in do_spawn()
safe_fork() logs that anyway, hence no need to do this twice.
This commit is contained in:
parent
7d4904fe7a
commit
66fb11423b
@ -82,7 +82,6 @@ static int do_spawn(const char *path, char *argv[], int stdout_fd, pid_t *pid) {
|
||||
_exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
log_debug("Spawned %s as " PID_FMT ".", path, _pid);
|
||||
*pid = _pid;
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user