diff options
author | Mike Fulbright <msf@redhat.com> | 2002-06-19 15:14:51 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-06-19 15:14:51 +0000 |
commit | 2f5d5a9088536cc56e3fdf93caddac4c46d7639f (patch) | |
tree | fd9a1fbb91314ffd893401c6fe1c8d71a9fc53c2 /textw | |
parent | 13b44e4d91ede97c33c3830a8810e54061374ea7 (diff) | |
download | anaconda-2f5d5a9088536cc56e3fdf93caddac4c46d7639f.tar.gz anaconda-2f5d5a9088536cc56e3fdf93caddac4c46d7639f.tar.xz anaconda-2f5d5a9088536cc56e3fdf93caddac4c46d7639f.zip |
fixed up log reference
Diffstat (limited to 'textw')
-rw-r--r-- | textw/keyboard_text.py | 2 |
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 |