Formerly job.c.~88~

This commit is contained in:
Roland McGrath 1993-01-07 01:46:47 +00:00
parent 99369403b7
commit 5a4ab813f0

2
job.c
View file

@ -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;
}