| Index: content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| index 38551c9b3a44722f7ab4390fe9ed5ca4ba6ca32a..f442da5dd93704b48e453274669ff3a0f21cb2ff 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -266,7 +266,7 @@ void GpuVideoDecodeAccelerator::Initialize(
|
| NotifyError(media::VideoDecodeAccelerator::PLATFORM_FAILURE);
|
| return;
|
| }
|
| - DLOG(INFO) << "Initializing DXVA HW decoder for windows.";
|
| + DVLOG(0) << "Initializing DXVA HW decoder for windows.";
|
| video_decode_accelerator_.reset(new DXVAVideoDecodeAccelerator(
|
| this, make_context_current_));
|
| #elif defined(OS_CHROMEOS) && defined(ARCH_CPU_ARMEL) && defined(USE_X11)
|
|
|