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

Unified Diff: net/spdy/spdy_framer_test.cc

Issue 82913011: LOG(INFO) tidying in net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert dns_fuzz_stub 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
« no previous file with comments | « net/spdy/spdy_framer.cc ('k') | net/tools/balsa/balsa_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_framer_test.cc
diff --git a/net/spdy/spdy_framer_test.cc b/net/spdy/spdy_framer_test.cc
index d731b3adae94abd2f172485d9e23da95d2c134ba..148daf6432153d2af9301b6c660c1293c178b029 100644
--- a/net/spdy/spdy_framer_test.cc
+++ b/net/spdy/spdy_framer_test.cc
@@ -323,7 +323,7 @@ class TestSpdyVisitor : public SpdyFramerVisitorInterface,
}
virtual void OnError(SpdyFramer* f) OVERRIDE {
- LOG(INFO) << "SpdyFramer Error: "
+ VLOG(0) << "SpdyFramer Error: "
<< SpdyFramer::ErrorCodeToString(f->error_code());
error_count_++;
}
@@ -438,7 +438,7 @@ class TestSpdyVisitor : public SpdyFramerVisitorInterface,
if (!framer_.ParseCredentialData(credential_buffer_.get(),
credential_buffer_length_,
&credential_)) {
- LOG(INFO) << "Error parsing credential data.";
+ VLOG(0) << "Error parsing credential data.";
++error_count_;
}
return true;
« no previous file with comments | « net/spdy/spdy_framer.cc ('k') | net/tools/balsa/balsa_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698