| Index: webrtc/p2p/client/basicportallocator.cc
|
| diff --git a/webrtc/p2p/client/basicportallocator.cc b/webrtc/p2p/client/basicportallocator.cc
|
| index 3a7aa5a33340d1118a2b96c2acb33ec88254e094..7f8ad528892a9c14dd93b0db14a566249445f56a 100644
|
| --- a/webrtc/p2p/client/basicportallocator.cc
|
| +++ b/webrtc/p2p/client/basicportallocator.cc
|
| @@ -246,6 +246,9 @@ void BasicPortAllocatorSession::StartGettingPorts() {
|
| }
|
|
|
| network_thread_->Post(RTC_FROM_HERE, this, MSG_CONFIG_START);
|
| +
|
| + LOG(LS_INFO) << "Pruning turn ports "
|
| + << (prune_turn_ports_ ? "enabled" : "disabled");
|
| }
|
|
|
| void BasicPortAllocatorSession::StopGettingPorts() {
|
|
|