Skip to content

Commit

Permalink
Log license key size (DRM functional test troubleshooting)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walch committed Dec 5, 2019
1 parent 8c8fc31 commit ad4861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/eme-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class EMEController extends EventHandler {
logger.log('Got EME message event, creating license request');

this._requestLicense(message, (data: ArrayBuffer) => {
logger.log('Received license data, updating key-session');
logger.log(`Received license data (length: ${data ? data.byteLength : data}), updating key-session`);
keySession.update(data);
});
}
Expand Down

0 comments on commit ad4861c

Please sign in to comment.