diff --git a/p2p/base/dtls_transport.cc b/p2p/base/dtls_transport.cc index 4180bc8348..af16efad78 100644 --- a/p2p/base/dtls_transport.cc +++ b/p2p/base/dtls_transport.cc @@ -758,7 +758,9 @@ void DtlsTransport::MaybeStartDtls() { set_dtls_state(webrtc::DtlsTransportState::kFailed); return; } - RTC_LOG(LS_INFO) << ToString() << ": DtlsTransport: Started DTLS handshake"; + RTC_LOG(LS_INFO) << ToString() + << ": DtlsTransport: Started DTLS handshake active=" + << IsDtlsActive(); set_dtls_state(webrtc::DtlsTransportState::kConnecting); // Now that the handshake has started, we can process a cached ClientHello // (if one exists).