We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ffbe3 commit ad68bb4Copy full SHA for ad68bb4
src/impl/peerconnection.cpp
@@ -1222,7 +1222,7 @@ bool PeerConnection::negotiationNeeded() const {
1222
if (!media->isRemoved())
1223
if (auto it = mTracks.find(media->mid()); it != mTracks.end())
1224
if (auto track = it->second.lock(); !track || track->isClosed()) {
1225
- PLOG_DEBUG << "Negotiation needed to remove track, mid=" << track->mid();
+ PLOG_DEBUG << "Negotiation needed to remove track, mid=" << media->mid();
1226
return true;
1227
}
1228
0 commit comments