diff options
Diffstat (limited to 'chromium/media/cdm/aes_decryptor.cc')
-rw-r--r-- | chromium/media/cdm/aes_decryptor.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/media/cdm/aes_decryptor.cc b/chromium/media/cdm/aes_decryptor.cc index 9b49a33dc2b..c8247812ef7 100644 --- a/chromium/media/cdm/aes_decryptor.cc +++ b/chromium/media/cdm/aes_decryptor.cc @@ -488,7 +488,8 @@ void AesDecryptor::RegisterNewKeyCB(StreamType stream_type, void AesDecryptor::Decrypt(StreamType stream_type, scoped_refptr<DecoderBuffer> encrypted, DecryptCB decrypt_cb) { - DVLOG(3) << __func__ << ": " << encrypted->AsHumanReadableString(); + DVLOG(3) << __func__ << ": " + << encrypted->AsHumanReadableString(/*verbose=*/true); if (!encrypted->decrypt_config()) { // If there is no DecryptConfig, then the data is unencrypted so return it |