diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-07-08 20:50:43 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-07-08 20:50:43 +0000 |
commit | 52d9500260c11c4235cc22f4687537b2ffc2f509 (patch) | |
tree | 45479f269e513b6ae5729f41505d15d22157bc32 /anaconda | |
parent | e2c68c2122cacc17c77b4b90abfc0807e3b85dc3 (diff) | |
download | anaconda-52d9500260c11c4235cc22f4687537b2ffc2f509.tar.gz anaconda-52d9500260c11c4235cc22f4687537b2ffc2f509.tar.xz anaconda-52d9500260c11c4235cc22f4687537b2ffc2f509.zip |
move logging of display mode and method to be later so that it doesn't get shown for traceonly
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -556,9 +556,6 @@ if ksfile is not None: # if display_mode wasnt set by command line parameters then set default # -log("Display mode = %s", display_mode) -log("Method = %s", method) - if display_mode is None: if (method and method.startswith('ftp://') or @@ -633,6 +630,9 @@ if traceOnly: sys.exit(0) +log("Display mode = %s", display_mode) +log("Method = %s", method) + # # override display mode if machine cannot nicely run X # |