aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-29 12:49:11 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-29 10:55:50 +0000
commit9f2fe286b648ee08806874883860f28637a4169f (patch)
tree3e05f24574865ffdf6a8e8480b3c6d435d42a24d
parent20ac1c7e432a6a774a892050b165ee47d0e05db9 (diff)
debug_windows.py: Output log file on new line
Copying wrapped lines in terminals is challenging on older Windows. Change-Id: Ic756c20ecdce9767900d5a99a58afd3da81034c2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--debug_windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_windows.py b/debug_windows.py
index 6815e2bee..ab1c03aba 100644
--- a/debug_windows.py
+++ b/debug_windows.py
@@ -323,7 +323,7 @@ def call_command_under_cdb_with_gflags(executable_path, args):
snippets = find_error_like_snippets(out_decoded)
print_error_snippets(snippets)
- log.info("Finished processing.\n !!! Full log can be found at: "
+ log.info("Finished processing.\n !!! Full log can be found at:\n"
"{}".format(verbose_log_file_name))