diff options
Diffstat (limited to 'drm/mediacas/plugins/clearkey/ClearKeyFetcher.cpp')
| -rw-r--r-- | drm/mediacas/plugins/clearkey/ClearKeyFetcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drm/mediacas/plugins/clearkey/ClearKeyFetcher.cpp b/drm/mediacas/plugins/clearkey/ClearKeyFetcher.cpp index eaa3390d0b..cb69f911ff 100644 --- a/drm/mediacas/plugins/clearkey/ClearKeyFetcher.cpp +++ b/drm/mediacas/plugins/clearkey/ClearKeyFetcher.cpp @@ -89,7 +89,7 @@ status_t ClearKeyFetcher::ObtainKey(const sp<ABuffer>& buffer, // asset_id change. If it sends an EcmContainer with 2 Ecms with different // asset_ids (old and new) then it might be best to prefetch the Emm. if ((asset_.id() != 0) && (*asset_id != asset_.id())) { - ALOGW("Asset_id change from %llu to %" PRIu64, asset_.id(), *asset_id); + ALOGW("Asset_id change from %" PRIu64 " to %" PRIu64, asset_.id(), *asset_id); asset_.Clear(); } |
