mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 16:02:53 +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: 1b9f4c7c40
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…
Add table
Add a link
Reference in a new issue