summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-02-19 16:14:51 +0000
committerJeremy Katz <katzj@redhat.com>2004-02-19 16:14:51 +0000
commitbc4a41b1807117ac7c57417bb4fbbaaabbbd324d (patch)
tree58c1b67957bc5efc39af6b6cb56360a85d5e0f26
parentbf09f438b4ed706cd3f9157e054ed902630a6a28 (diff)
downloadanaconda-bc4a41b1807117ac7c57417bb4fbbaaabbbd324d.tar.gz
anaconda-bc4a41b1807117ac7c57417bb4fbbaaabbbd324d.tar.xz
anaconda-bc4a41b1807117ac7c57417bb4fbbaaabbbd324d.zip
duh (#116220)
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 2ac55af61..8ad574e67 100644
--- a/image.py
+++ b/image.py
@@ -164,7 +164,7 @@ class CdromInstallMethod(ImageInstallMethod):
(self.progressWindow, _("Copying File"),
_("Transferring install image to hard drive...")))
except Exception, e:
- logMessage("error transferring stage2.img: %s" %(e,))
+ log("error transferring stage2.img: %s" %(e,))
self.messageWindow(_("Error"),
_("An error occurred transferring the install image "
"to your hard drive. You are probably out of disk "