| Index: webrtc/base/network.cc
|
| diff --git a/webrtc/base/network.cc b/webrtc/base/network.cc
|
| index 4525c3ccb6045f6b0ed8f9cc54c4ff64f452cef2..3c38e5bce45be6e0e3de9ea0ff2330132577d95d 100644
|
| --- a/webrtc/base/network.cc
|
| +++ b/webrtc/base/network.cc
|
| @@ -780,7 +780,7 @@ IPAddress BasicNetworkManager::QueryDefaultLocalAddress(int family) const {
|
| if (socket->Connect(SocketAddress(
|
| family == AF_INET ? kPublicIPv4Host : kPublicIPv6Host, kPublicPort)) <
|
| 0) {
|
| - LOG_ERR(LERROR) << "Connect failed with " << socket->GetError();
|
| + LOG(LS_INFO) << "Connect failed with " << socket->GetError();
|
| return IPAddress();
|
| }
|
| return socket->GetLocalAddress().ipaddr();
|
|
|