diff options
-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 # |