summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
#