Formerly job.c.~64~
authorRoland McGrath <roland@redhat.com>
Tue, 5 May 1992 22:04:08 +0000 (22:04 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 5 May 1992 22:04:08 +0000 (22:04 +0000)
job.c

diff --git a/job.c b/job.c
index 53569f4..5c64fb8 100644 (file)
--- 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.  */