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