From 5a4ab813f025292836d05a72f524fb91d3993a1c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 7 Jan 1993 01:46:47 +0000 Subject: Formerly job.c.~88~ --- job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3