diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-07-31 00:14:56 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-07-31 00:14:56 +0000 |
commit | 831930c4aaa63d029d48573b33a7c98586ede6ba (patch) | |
tree | 19437293bb2948338f9be020f43690c1afa780a9 /harddrive.py | |
parent | b1d546977dbe8a2b7cb059ef834f186f19a2311f (diff) | |
download | anaconda-831930c4aaa63d029d48573b33a7c98586ede6ba.tar.gz anaconda-831930c4aaa63d029d48573b33a7c98586ede6ba.tar.xz anaconda-831930c4aaa63d029d48573b33a7c98586ede6ba.zip |
merge from taroon branch to head
Diffstat (limited to 'harddrive.py')
-rw-r--r-- | harddrive.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/harddrive.py b/harddrive.py index a946b4594..92c3f8bb1 100644 --- a/harddrive.py +++ b/harddrive.py @@ -133,6 +133,8 @@ class HardDriveInstallMethod(InstallMethod): # will mount the appropriate ISO image as required by CD # in header def getRPMFilename(self, h, timer, callback=None): if self.mediaIsMounted != h[1000002]: + log("switching from iso %s to %s" %(self.mediaIsMounted, + h[1000002])) self.umountMedia() self.mountMedia(h[1000002]) |