summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-07 01:46:47 +0000
committerRoland McGrath <roland@redhat.com>1993-01-07 01:46:47 +0000
commit5a4ab813f025292836d05a72f524fb91d3993a1c (patch)
treeae17f2daf69157edd85c8a424840c93b32a942cf /job.c
parent99369403b74108a1f327b1f460f686b9b3c9f0a9 (diff)
downloadgunmake-5a4ab813f025292836d05a72f524fb91d3993a1c.tar.gz
Formerly job.c.~88~
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index 2cc6c32..ea1b91c 100644
--- a/job.c
+++ b/job.c
@@ -757,7 +757,7 @@ load_too_high ()
static int lossage = 0;
/* Complain only once for the same error. */
if (lossage == 0 || errno != lossage)
- perror_with_name ("cannot enforce load limit", "getloadavg");
+ perror_with_name ("cannot enforce load limit: ", "getloadavg");
lossage = errno;
load = 0;
}