mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove stray word in logging
PiperOrigin-RevId: 281510703
This commit is contained in:
parent
febfeca2c6
commit
704bd8af09
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
mediaDrm.restoreKeys(sessionId, offlineLicenseKeySetId);
|
||||
return true;
|
||||
} catch (Exception e) {
|
||||
Log.e(TAG, "Error trying to restore Widevine keys.", e);
|
||||
Log.e(TAG, "Error trying to restore keys.", e);
|
||||
onError(e);
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue