summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-08 20:50:43 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-08 20:50:43 +0000
commit52d9500260c11c4235cc22f4687537b2ffc2f509 (patch)
tree45479f269e513b6ae5729f41505d15d22157bc32 /anaconda
parente2c68c2122cacc17c77b4b90abfc0807e3b85dc3 (diff)
downloadanaconda-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-xanaconda6
1 files changed, 3 insertions, 3 deletions
diff --git a/anaconda b/anaconda
index c3eae7d08..f4eb0f11f 100755
--- a/anaconda
+++ b/anaconda
@@ -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
#