diff options
Diffstat (limited to 'base/file_util_posix.cc')
-rw-r--r-- | base/file_util_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util_posix.cc b/base/file_util_posix.cc index b9aa206..7f40c17 100644 --- a/base/file_util_posix.cc +++ b/base/file_util_posix.cc @@ -633,7 +633,7 @@ bool MemoryMappedFile::MapFileToMemory(const FilePath& file_name) { 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) |