summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-18 21:54:43 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-18 21:54:43 +0000
commitfe4f297040740344a5193dc7bcae6e79499bb4ac (patch)
tree6775d4829ebfa7b6a65087ae786782374fd305c3
parent5b21cdeb71163d933737663f5e646896e45c23d0 (diff)
downloadanaconda-fe4f297040740344a5193dc7bcae6e79499bb4ac.tar.gz
anaconda-fe4f297040740344a5193dc7bcae6e79499bb4ac.tar.xz
anaconda-fe4f297040740344a5193dc7bcae6e79499bb4ac.zip
2007-01-18 Jeremy Katz <katzj@redhat.com>
* livecd.py (LiveCDCopyBackend._doFilesystemMangling): Fix syntax error
-rw-r--r--ChangeLog2
-rw-r--r--livecd.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7338d6aac..b2ffa4bd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-01-18 Jeremy Katz <katzj@redhat.com>
+ * livecd.py (LiveCDCopyBackend._doFilesystemMangling): Fix syntax error
+
* Makefile.inc (M32FLAGS): Make it trivial to do a 32bit build on
a 64bit host
diff --git a/livecd.py b/livecd.py
index 9f4e15627..6160f6f50 100644
--- a/livecd.py
+++ b/livecd.py
@@ -188,7 +188,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
continue
ret = isys.resetFileContext(os.path.normpath(f),
anaconda.rootPath)
- log.info("set fc of %s to %s" %(f, ret)
+ log.info("set fc of %s to %s" %(f, ret))
# ensure that non-fstab filesystems are mounted in the chroot
if flags.selinux: