summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Shell/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/main.cpp b/Shell/main.cpp
index c43ceac85a..44cfdfeb12 100644
--- a/Shell/main.cpp
+++ b/Shell/main.cpp
@@ -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;