diff options
-rw-r--r-- | job.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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...."); } |