mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Shell: Fix broken debug logging about waiting on children
This commit is contained in:
parent
4edbcebeb4
commit
1b9f4c7c40
Notes:
sideshowbarker
2024-07-19 10:08:58 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1b9f4c7c406
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ static int run_command(const String& cmd)
|
|||
#ifdef SH_DEBUG
|
||||
dbgprintf("Now we gotta wait on children:\n");
|
||||
for (auto& child : children)
|
||||
dbgprintf(" %d\n", child);
|
||||
dbgprintf(" %d (%s)\n", child.pid, child.name.characters());
|
||||
#endif
|
||||
|
||||
int wstatus = 0;
|
||||
|
|
Loading…
Reference in a new issue