From 0d5d963bcfd5fb625bff4ef2d08d1878cbf7f66d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 7 Dec 2012 14:13:16 +0000 Subject: job.c (reap_children): Add debug message for when removal of a temporary batch file fails. --- job.c | 1 - 1 file changed, 1 deletion(-) (limited to 'job.c') diff --git a/job.c b/job.c index b11d1b4..8e4c3a5 100644 --- a/job.c +++ b/job.c @@ -816,7 +816,6 @@ reap_children (int block, int err) DB (DB_JOBS, (_("Cleaning up temp batch file %s\n"), c->sh_batch_file)); - /* just try and remove, don't care if this fails */ errno = 0; rm_status = remove (c->sh_batch_file); if (rm_status) -- cgit v1.2.3