summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-19 15:14:51 +0000
committerMike Fulbright <msf@redhat.com>2002-06-19 15:14:51 +0000
commit2f5d5a9088536cc56e3fdf93caddac4c46d7639f (patch)
treefd9a1fbb91314ffd893401c6fe1c8d71a9fc53c2 /textw
parent13b44e4d91ede97c33c3830a8810e54061374ea7 (diff)
downloadanaconda-2f5d5a9088536cc56e3fdf93caddac4c46d7639f.tar.gz
anaconda-2f5d5a9088536cc56e3fdf93caddac4c46d7639f.tar.xz
anaconda-2f5d5a9088536cc56e3fdf93caddac4c46d7639f.zip
fixed up log reference
Diffstat (limited to 'textw')
-rw-r--r--textw/keyboard_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/keyboard_text.py b/textw/keyboard_text.py
index c9fe2f200..655e4fafe 100644
--- a/textw/keyboard_text.py
+++ b/textw/keyboard_text.py
@@ -52,6 +52,6 @@ class KeyboardWindow:
try:
isys.loadKeymap(keyboards[choice])
except SystemError, (errno, msg):
- log.log("Could not install keymap %s: %s" % (keyboards[choice], msg))
+ log("Could not install keymap %s: %s" % (keyboards[choice], msg))
return INSTALL_OK