Remove stray word in logging

PiperOrigin-RevId: 281510703
This commit is contained in:
olly 2019-11-20 14:52:51 +00:00 committed by Oliver Woodman
parent 809234bc4f
commit d8dcd2930c

View File

@ -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;