Chromium Code Reviews| Index: chrome/browser/net/net_log_logger.cc |
| =================================================================== |
| --- chrome/browser/net/net_log_logger.cc (revision 65207) |
| +++ chrome/browser/net/net_log_logger.cc (working copy) |
| @@ -21,6 +21,6 @@ |
| params, true)); |
| std::string json; |
| base::JSONWriter::Write(value.get(), true, &json); |
| - VLOG(1) << json; |
| + LOG(INFO) << json; |
|
eroman
2010/11/16 17:51:14
Is this change intentional?
mmenke
2010/11/16 21:34:49
No. Had been thinking of it (Though not with this
|
| } |