summaryrefslogtreecommitdiff
path: root/drm/drmserver/DrmManager.cpp
diff options
context:
space:
mode:
author Jean-Baptiste Queru <jbq@google.com> 2012-01-19 14:46:24 -0800
committer android code review <noreply-gerritcodereview@google.com> 2012-01-19 14:46:24 -0800
commitee4618bc4da65fdabf197874e87d2923904e7acd (patch)
tree0fb687dcbdf125a30cdb645605b57bb847d0c7b5 /drm/drmserver/DrmManager.cpp
parentc318bbb05e02a0080e129623ec8029d31be0d60e (diff)
parent06ade6ae1bd015e8b8ad0685847911213c93cc5b (diff)
Merge "Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)"
Diffstat (limited to 'drm/drmserver/DrmManager.cpp')
-rw-r--r--drm/drmserver/DrmManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drm/drmserver/DrmManager.cpp b/drm/drmserver/DrmManager.cpp
index b2fa05378258..3abf3d335290 100644
--- a/drm/drmserver/DrmManager.cpp
+++ b/drm/drmserver/DrmManager.cpp
@@ -476,7 +476,7 @@ DecryptHandle* DrmManager::openDecryptSession(int uniqueId, const char* uri) {
}
if (DRM_NO_ERROR != result) {
delete handle; handle = NULL;
- LOGV("DrmManager::openDecryptSession: no capable plug-in found");
+ ALOGV("DrmManager::openDecryptSession: no capable plug-in found");
}
return handle;
}