summaryrefslogtreecommitdiffstats
path: root/net/socket_stream/socket_stream_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket_stream/socket_stream_unittest.cc')
-rw-r--r--net/socket_stream/socket_stream_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket_stream/socket_stream_unittest.cc b/net/socket_stream/socket_stream_unittest.cc
index 497020d..25ce17b 100644
--- a/net/socket_stream/socket_stream_unittest.cc
+++ b/net/socket_stream/socket_stream_unittest.cc
@@ -117,8 +117,8 @@ class SocketStreamEventRecorder : public net::SocketStream::Delegate {
event->socket->Close();
}
void DoRestartWithAuth(SocketStreamEvent* event) {
- LOG(INFO) << "RestartWithAuth username=" << username_
- << " password=" << password_;
+ VLOG(1) << "RestartWithAuth username=" << username_
+ << " password=" << password_;
event->socket->RestartWithAuth(username_, password_);
}
void SetAuthInfo(const string16& username,