summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-26 19:02:09 +0000
committerChris Lumens <clumens@redhat.com>2007-10-26 19:02:09 +0000
commit16baaf7a1246db5a317cee1b40c67f08f7378811 (patch)
tree56f1d7e484a6652e3c70442c93b1fb3be0490879 /ChangeLog
parentf503ac37caaf29cf114f1931408c2dcc2a1bc31b (diff)
downloadanaconda-16baaf7a1246db5a317cee1b40c67f08f7378811.tar.gz
anaconda-16baaf7a1246db5a317cee1b40c67f08f7378811.tar.xz
anaconda-16baaf7a1246db5a317cee1b40c67f08f7378811.zip
Add timestamps to the stdout log as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca9a294d2..cd2f35915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
2007-10-26 Chris Lumens <clumens@redhat.com>
+ * anaconda_log.py (AnacondaLog.__init__): Add timestamps to the
+ stdout log as well.
+
* kickstart.py (AnacondaKSScript.run): Need to take the chroot into
account for log file locations since subprocess runs the preexec_fn
after opening the stdout/stderr locations (#338541).