summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-22 22:55:15 +0000
committerMatt Wilson <msw@redhat.com>2000-05-22 22:55:15 +0000
commit003c2d66ee7233d0f4e1068cc5cf5dd091c8054a (patch)
tree9aa7205e2a067a7ad6be26d822ba7fdd219acda4 /image.py
parenta1d8a8d5ce05122ab493ec40fc99685d6567f6ae (diff)
downloadanaconda-003c2d66ee7233d0f4e1068cc5cf5dd091c8054a.tar.gz
anaconda-003c2d66ee7233d0f4e1068cc5cf5dd091c8054a.tar.xz
anaconda-003c2d66ee7233d0f4e1068cc5cf5dd091c8054a.zip
fix for call to log
Diffstat (limited to 'image.py')
-rw-r--r--image.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.py b/image.py
index 95392e19c..f3c681cb7 100644
--- a/image.py
+++ b/image.py
@@ -37,8 +37,8 @@ class CdromInstallMethod(ImageInstallMethod):
def getFilename(self, h):
if h[1000002] == None:
- log.log ("header for %s has no disc location tag, assuming it's"
- "on the current CD", h[1000000])
+ log ("header for %s has no disc location tag, assuming it's"
+ "on the current CD", h[1000000])
elif h[1000002] != self.currentDisc:
self.currentDisc = h[1000002]
isys.umount("/mnt/source")