Commit d8dcd293 by olly Committed by Oliver Woodman

Remove stray word in logging

PiperOrigin-RevId: 281510703
parent 809234bc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment