Log VideoSendStreamImpl::Stop in logs

Removes confusion in the logs because both VideoSendStream and
VideoSendStreamImpl use the same log line.

Bug: None
Change-Id: Id9e22f23341e134667ab5f8e308732c836ab213d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/195328
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Commit-Queue: Evan Shrubsole <eshr@google.com>
Cr-Commit-Position: refs/heads/master@{#32693}
This commit is contained in:
Evan Shrubsole 2020-11-25 14:54:58 +01:00 committed by Commit Bot
parent 9a5e21da68
commit 0db3396646

View File

@ -403,7 +403,7 @@ void VideoSendStreamImpl::StartupVideoSendStream() {
void VideoSendStreamImpl::Stop() {
RTC_DCHECK_RUN_ON(worker_queue_);
RTC_LOG(LS_INFO) << "VideoSendStream::Stop";
RTC_LOG(LS_INFO) << "VideoSendStreamImpl::Stop";
if (!rtp_video_sender_->IsActive())
return;
TRACE_EVENT_INSTANT0("webrtc", "VideoSendStream::Stop");