diff options
Diffstat (limited to 'chrome/browser/net/url_info.cc')
| -rw-r--r-- | chrome/browser/net/url_info.cc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/browser/net/url_info.cc b/chrome/browser/net/url_info.cc index c383359..505425a 100644 --- a/chrome/browser/net/url_info.cc +++ b/chrome/browser/net/url_info.cc @@ -183,11 +183,9 @@ bool UrlInfo::IsStillCached() const { void UrlInfo::DLogResultsStats(const char* message) const { if (!detailed_logging_enabled) return; - DLOG(INFO) << "\t" << message << "\tq=" - << queue_duration().InMilliseconds() << "ms,\tr=" - << resolve_duration().InMilliseconds() << "ms\tp=" - << sequence_number_ - << "\t" << url_.spec(); + DVLOG(1) << "\t" << message << "\tq=" << queue_duration().InMilliseconds() + << "ms,\tr=" << resolve_duration().InMilliseconds() + << "ms,\tp=" << sequence_number_ << "\t" << url_.spec(); } //------------------------------------------------------------------------------ |
