| Index: webrtc/p2p/base/port.cc
|
| diff --git a/webrtc/p2p/base/port.cc b/webrtc/p2p/base/port.cc
|
| index 9fa6bad9116577d279af162bd51cc06ac825381e..909843c62faae319cbec8975c201abf233d4f16d 100644
|
| --- a/webrtc/p2p/base/port.cc
|
| +++ b/webrtc/p2p/base/port.cc
|
| @@ -1404,8 +1404,8 @@ void Connection::MaybeUpdatePeerReflexiveCandidate(
|
|
|
| void Connection::OnMessage(rtc::Message *pmsg) {
|
| ASSERT(pmsg->message_id == MSG_DELETE);
|
| - LOG_J(LS_INFO, this) << "Connection deleted with number of pings sent: "
|
| - << num_pings_sent_;
|
| + LOG(LS_INFO) << "Connection deleted with number of pings sent: "
|
| + << num_pings_sent_;
|
| SignalDestroyed(this);
|
| delete this;
|
| }
|
|
|