| Index: webrtc/p2p/base/p2ptransportchannel.cc
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.cc b/webrtc/p2p/base/p2ptransportchannel.cc
|
| index ebe59bfb95982e016c2835e15bd4784868450902..d4d0e5e3274ee72d8340836f100de33c2400c0ae 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.cc
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.cc
|
| @@ -461,6 +461,7 @@ void P2PTransportChannel::MaybeStartGathering() {
|
| } else {
|
| AddAllocatorSession(allocator_->CreateSession(
|
| transport_name(), component(), ice_ufrag_, ice_pwd_));
|
| + LOG(LS_INFO) << "Start getting ports";
|
| allocator_sessions_.back()->StartGettingPorts();
|
| }
|
| }
|
|
|