summaryrefslogtreecommitdiff
path: root/drm/drmserver/DrmManager.cpp
diff options
context:
space:
mode:
author Gloria Wang <gwang@google.com> 2010-11-02 15:32:44 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-11-02 15:32:44 -0700
commitc68134b74016b82e0c49c47b89d93b2d0921cbe5 (patch)
treeb15223586942af19925f18687169bb27cf31fdc2 /drm/drmserver/DrmManager.cpp
parent0a1adf90128b9b640fbfb6196d7cdd5d60adf313 (diff)
parent1b42e92decd815c72ecc83d11f5c0c37f035c696 (diff)
Merge "Disable some logs"
Diffstat (limited to 'drm/drmserver/DrmManager.cpp')
-rw-r--r--drm/drmserver/DrmManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/drm/drmserver/DrmManager.cpp b/drm/drmserver/DrmManager.cpp
index 52527dcf4fde..645d2c6a36e5 100644
--- a/drm/drmserver/DrmManager.cpp
+++ b/drm/drmserver/DrmManager.cpp
@@ -383,7 +383,6 @@ DecryptHandle* DrmManager::openDecryptSession(int uniqueId, int fd, int offset,
if (DRM_NO_ERROR != result) {
delete handle; handle = NULL;
- LOGE("DrmManager::openDecryptSession: no capable plug-in found");
}
return handle;