summaryrefslogtreecommitdiffstats
path: root/livecd.py
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 /livecd.py
parent30d97f66869953d5fb06bff46cf7ab0b13ba6613 (diff)
downloadanaconda-923c8c3f59d1839c8e21c4938758cccca36ed864.tar.gz
anaconda-923c8c3f59d1839c8e21c4938758cccca36ed864.tar.xz
anaconda-923c8c3f59d1839c8e21c4938758cccca36ed864.zip
Fix traceback (#244764).
Diffstat (limited to 'livecd.py')
-rw-r--r--livecd.py2
1 files changed, 1 insertions, 1 deletions
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,