diff options
-rw-r--r-- | chrome/test/reliability/page_load_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc index 97f31e2..bce2fb7 100644 --- a/chrome/test/reliability/page_load_test.cc +++ b/chrome/test/reliability/page_load_test.cc @@ -450,7 +450,7 @@ class PageLoadTest : public UITest { std::wstring saved_log_path = ConstructSavedDebugLogPath(log_path, index); if (file_util::Move(log_path, saved_log_path)) { - log_file << log_id << "=" << saved_log_path; + log_file << " " << log_id << "=" << saved_log_path; } } } |