aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))