Chromium Code Reviews| Index: net/tools/quic/quic_client.cc |
| diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc |
| index c0355254650a75af41c0c55c1b9da2fa0a1dd3de..df7a4938f269f4cdaba191f348542182ad1538bc 100644 |
| --- a/net/tools/quic/quic_client.cc |
| +++ b/net/tools/quic/quic_client.cc |
| @@ -242,7 +242,7 @@ void QuicClient::OnEvent(int fd, EpollEvent* event) { |
| session_->connection()->OnCanWrite(); |
| } |
| if (event->in_events & EPOLLERR) { |
| - DLOG(INFO) << "Epollerr"; |
| + DVLOG(1) << "Epollerr"; |
| } |
| } |