mirror of
https://github.com/androidx/media.git
synced 2025-05-06 23:20:42 +08:00
Remove stray word in logging
PiperOrigin-RevId: 281510703
This commit is contained in:
parent
809234bc4f
commit
d8dcd2930c
@ -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…
x
Reference in New Issue
Block a user