summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'job.c')
-rw-r--r--job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.c b/job.c
index 53569f4..5c64fb8 100644
--- a/job.c
+++ b/job.c
@@ -232,6 +232,7 @@ reap_children (block, err)
else
#endif
pid = wait (&status);
+ fprintf (stderr,"%sblocking wait returned %d\n", block?"":"non",pid);
if (pid <= 0)
/* No local children. */