summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.c b/job.c
index 1b8a4af..a4829d2 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....");
}