Chromium Code Reviews| Index: base/file_util_posix.cc |
| =================================================================== |
| --- base/file_util_posix.cc (revision 17847) |
| +++ base/file_util_posix.cc (working copy) |
| @@ -633,7 +633,7 @@ |
| file_ = zm->OpenFile(file_name.value().c_str()); |
| if (file_ == -1) { |
| LOG(INFO) << "Zygote manager can't open " << file_name.value() |
| - << ", retrying locally"; |
| + << ", retrying locally. (OK at start of ui_tests.)"; |
| } |
| } |
| #endif // defined(OS_LINUX) |