From 9f2fe286b648ee08806874883860f28637a4169f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 29 Apr 2019 12:49:11 +0200 Subject: 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 --- debug_windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3