Switching to RTC_ prefixed LOG macros.

Unprefixed LOG macros will be removed on 10/11/2017, this CL just
switch some LOG macros to RTC_LOG.

TBR=ilnik@webrtc.org,sprang@webrtc.org

Bug: webrtc:8452
Change-Id: I3828c145897818ded56d342eba5f7496431715a4
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/22083
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20633}
This commit is contained in:
Mirko Bonadei 2017-11-10 16:35:54 +01:00 committed by Commit Bot
parent e0da9eab5f
commit 0ec39e2d0f

View file

@ -292,8 +292,8 @@ EncodedImageCallback::Result VCMEncodedFrameCallback::OnEncodedImage(
encode_start_list->front().encode_start_time_ms);
encode_start_list->pop_front();
} else {
LOG(LS_WARNING) << "Frame with no encode started time recordings. "
"Encoder may be reordering frames.";
RTC_LOG(LS_WARNING) << "Frame with no encode started time recordings. "
"Encoder may be reordering frames.";
}
size_t target_bitrate =