| 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");
|
|
|