| Index: media/formats/mp4/aac.cc
|
| diff --git a/media/formats/mp4/aac.cc b/media/formats/mp4/aac.cc
|
| index 71dededf5526d539a68cfcb951cb64aa6de5cd2f..0d296c47ad0891eac7b4473791d3c54a4ef04b18 100644
|
| --- a/media/formats/mp4/aac.cc
|
| +++ b/media/formats/mp4/aac.cc
|
| @@ -58,8 +58,8 @@ bool AAC::Parse(const std::vector<uint8>& data, const LogCB& log_cb) {
|
| RCHECK(reader.ReadBits(5, &profile_));
|
| }
|
|
|
| - MEDIA_LOG(log_cb) << "Audio codec: mp4a.40."
|
| - << std::hex << static_cast<int>(profile_);
|
| + MEDIA_LOG(log_cb, INFO) << "Audio codec: mp4a.40."
|
| + << std::hex << static_cast<int>(profile_);
|
|
|
| RCHECK(SkipDecoderGASpecificConfig(&reader));
|
| RCHECK(SkipErrorSpecificConfig());
|
|
|