diff --git a/job.c b/job.c index 1b8a4af6..a4829d2b 100644 --- a/job.c +++ b/job.c @@ -213,6 +213,7 @@ reap_children (block, err) if (err && !child_died) { + /* We might block for a while, so let the user know why. */ fflush (stdout); error ("*** Waiting for unfinished jobs...."); }