mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
Shell: Fix broken debug logging about waiting on children
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user