| Index: chromeos/system/name_value_pairs_parser.cc
|
| diff --git a/chromeos/system/name_value_pairs_parser.cc b/chromeos/system/name_value_pairs_parser.cc
|
| index 211cce7625832e3de25a00ef91e21f2c78b087cd..0c779ebebce92234a7dfb85dccddfe836b7eca9f 100644
|
| --- a/chromeos/system/name_value_pairs_parser.cc
|
| +++ b/chromeos/system/name_value_pairs_parser.cc
|
| @@ -126,7 +126,7 @@ bool NameValuePairsParser::GetNameValuePairsFromFile(
|
| return ParseNameValuePairs(contents, eq, delim);
|
| } else {
|
| if (base::SysInfo::IsRunningOnChromeOS())
|
| - LOG(WARNING) << "Unable to read statistics file: " << file_path.value();
|
| + VLOG(1) << "Statistics file not present: " << file_path.value();
|
| return false;
|
| }
|
| }
|
|
|