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

Unified Diff: net/tools/flip_server/loadtime_measurement.h

Issue 82913011: LOG(INFO) tidying in net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes Created 7 years, 1 month 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: net/tools/flip_server/loadtime_measurement.h
diff --git a/net/tools/flip_server/loadtime_measurement.h b/net/tools/flip_server/loadtime_measurement.h
index b46217e4fe1a31662dbc7146e57852fbf1022f6c..6cf9e508e981622cffa6421157c5f4ad181a690e 100644
--- a/net/tools/flip_server/loadtime_measurement.h
+++ b/net/tools/flip_server/loadtime_measurement.h
@@ -61,7 +61,7 @@ class LoadtimeMeasurement {
if (action.find("test_complete") == 0) {
for (std::map<std::string, int>::const_iterator it = loadtimes_.begin();
it != loadtimes_.end(); ++it) {
- LOG(INFO) << it->first << " " << it->second;
+ VLOG(0) << it->first << " " << it->second;
}
loadtimes_.clear();
output.append("OK");

Powered by Google App Engine
This is Rietveld 408576698