diff options
Diffstat (limited to 'net/socket/tcp_client_socket_win.cc')
-rw-r--r-- | net/socket/tcp_client_socket_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/tcp_client_socket_win.cc b/net/socket/tcp_client_socket_win.cc index fc6ca27..9143b81 100644 --- a/net/socket/tcp_client_socket_win.cc +++ b/net/socket/tcp_client_socket_win.cc @@ -35,7 +35,7 @@ void AssertEventNotSignaled(WSAEVENT hEvent) { // This LOG statement is unreachable since we have already crashed, but it // should prevent the compiler from optimizing away the |wait_rv| and // |err| variables so they appear nicely on the stack in crash dumps. - LOG(INFO) << "wait_rv=" << wait_rv << ", err=" << err; + VLOG(1) << "wait_rv=" << wait_rv << ", err=" << err; } } |