Commit 32933b4c authored by Mina Almasry's avatar Mina Almasry Committed by Commit Bot

Fix AV sync logspam

This VLOG(2) should really be VLOG(3), as VLOG(2) is enabled by default
for us and it's quite a lot of logs.

BUG= b/109897412
TEST=None

Change-Id: Ia5c132e7dabb584e51442d0234e1bf814c37ae76
Reviewed-on: https://chromium-review.googlesource.com/1092158Reviewed-by: default avatarSergey Volk <servolk@chromium.org>
Commit-Queue: Mina Almasry <almasrymina@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565511}
parent 586cd908
......@@ -146,7 +146,7 @@ void AvSyncVideo::UpkeepAvSync() {
int64_t difference;
error_->EstimateY(now, &difference, &error);
VLOG(2) << "Pts_monitor."
VLOG(3) << "Pts_monitor."
<< " difference=" << difference / 1000 << " apts_slope=" << apts_slope
<< " apts_slope=" << apts_slope
<< " current_audio_playback_rate_=" << current_audio_playback_rate_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment