Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: chromeos/system/name_value_pairs_parser.cc

Issue 385993004: Clean up Chrome OS WARNING spam (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
}

Powered by Google App Engine
This is Rietveld 408576698