| Index: media/formats/mp4/box_reader.cc
|
| diff --git a/media/formats/mp4/box_reader.cc b/media/formats/mp4/box_reader.cc
|
| index fd81d13751101796504534ccd9ddf048e4041e55..431773a0606b65e594b174669dff4687451c8fe1 100644
|
| --- a/media/formats/mp4/box_reader.cc
|
| +++ b/media/formats/mp4/box_reader.cc
|
| @@ -160,8 +160,8 @@ bool BoxReader::IsValidTopLevelBox(const FourCC& type,
|
| return true;
|
| default:
|
| // Hex is used to show nonprintable characters and aid in debugging
|
| - MEDIA_LOG(log_cb) << "Unrecognized top-level box type "
|
| - << FourCCToString(type);
|
| + MEDIA_LOG(log_cb, DEBUG) << "Unrecognized top-level box type "
|
| + << FourCCToString(type);
|
| return false;
|
| }
|
| }
|
|
|