| Index: webrtc/p2p/base/transportcontroller.cc
|
| diff --git a/webrtc/p2p/base/transportcontroller.cc b/webrtc/p2p/base/transportcontroller.cc
|
| index de98df23bc51c17319f398288576eaa86e5b6131..bd9e72a8ad8e85a27581db95c0cc69f983a4b684 100644
|
| --- a/webrtc/p2p/base/transportcontroller.cc
|
| +++ b/webrtc/p2p/base/transportcontroller.cc
|
| @@ -474,6 +474,9 @@ bool TransportController::SetLocalTransportDescription_n(
|
| SetIceRole(new_ice_role);
|
| }
|
|
|
| + LOG(LS_VERBOSE) << "Set local transport description on " << transport_name
|
| + << " with ufrag " << tdesc.ice_ufrag
|
| + << " pwd " << tdesc.ice_pwd;
|
| return transport->SetLocalTransportDescription(tdesc, action, err);
|
| }
|
|
|
|
|