summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-19 14:49:22 +0000
committerChris Lumens <clumens@redhat.com>2007-06-19 14:49:22 +0000
commit923c8c3f59d1839c8e21c4938758cccca36ed864 (patch)
treeed6030aaa81e857258f4a2041058c923561f23ee
parent30d97f66869953d5fb06bff46cf7ab0b13ba6613 (diff)
downloadanaconda-923c8c3f59d1839c8e21c4938758cccca36ed864.tar.gz
anaconda-923c8c3f59d1839c8e21c4938758cccca36ed864.tar.xz
anaconda-923c8c3f59d1839c8e21c4938758cccca36ed864.zip
Fix traceback (#244764).
-rw-r--r--ChangeLog5
-rw-r--r--livecd.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 989cafe94..4ced58964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-19 Chris Lumens <clumens@redhat.com>
+
+ * livecd.py (LiveCDImageMethod.doPostAction): Fix traceback
+ (#244764).
+
2007-06-18 Chris Lumens <clumens@redhat.com>
* anaconda.spec: Bump version.
diff --git a/livecd.py b/livecd.py
index 387803190..199c0395b 100644
--- a/livecd.py
+++ b/livecd.py
@@ -92,7 +92,7 @@ class LiveCDImageMethod(installmethod.InstallMethod):
try:
isys.umount("%s/%s" %(anaconda.rootPath,dir), removeDir = 0)
except Exception, e:
- log.error("unable to unmount %s: %s" %(d, e))
+ log.error("unable to unmount %s: %s" %(dir, e))
try:
anaconda.id.fsset.umountFilesystems(anaconda.rootPath,