diff --git a/src/basic/exec-util.c b/src/basic/exec-util.c index 762537afc93..95194e5f055 100644 --- a/src/basic/exec-util.c +++ b/src/basic/exec-util.c @@ -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; }