mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
Shell: Remove debug log about child process going away
This is still an issue, but its existence isn't helping anyone, so just remove it.
This commit is contained in:
parent
1c4a425bff
commit
4adfdb98aa
Notes:
sideshowbarker
2024-07-19 00:07:23 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/4adfdb98aa2 Pull-request: https://github.com/SerenityOS/serenity/pull/4785 Reviewed-by: https://github.com/linusg
@ -1564,7 +1564,6 @@ void Shell::notify_child_event()
|
||||
if (errno == ECHILD) {
|
||||
// The child process went away before we could process its death, just assume it exited all ok.
|
||||
// FIXME: This should never happen, the child should stay around until we do the waitpid above.
|
||||
dbgln("Child process gone, cannot get exit code for {}", job_id);
|
||||
child_pid = job.pid();
|
||||
} else {
|
||||
ASSERT_NOT_REACHED();
|
||||
|
Loading…
Reference in New Issue
Block a user