summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-12-07 14:13:16 +0000
committerEli Zaretskii <eliz@gnu.org>2012-12-07 14:13:16 +0000
commit0d5d963bcfd5fb625bff4ef2d08d1878cbf7f66d (patch)
tree2d6040a58f3fd952f224154ad4e00f44abe90e00 /ChangeLog
parent715927552ff90f6e77598ca2c216d49527368323 (diff)
downloadgunmake-0d5d963bcfd5fb625bff4ef2d08d1878cbf7f66d.tar.gz
job.c (reap_children): Add debug message for when removal of a temporary
batch file fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c477249..26e0bb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
avoids leaving behind temporary batch files in the temporary
directory, which happens frequently on a fast machine when using
parallel builds.
+ (reap_children): Add debug message for when removal of a temporary
+ batch file fails.
2012-10-29 Paul Smith <psmith@gnu.org>