diff --git a/proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp b/proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp index 3f5f820f..0d2c1ac3 100644 --- a/proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp +++ b/proprietary/drmwvmplugin/src/WVMDrmPlugin.cpp @@ -254,7 +254,7 @@ DrmInfo* WVMDrmPlugin::onAcquireDrmInfo(int uniqueId, const DrmInfoRequest* drmI } std::string assetDbPath = drmInfoRequest->get(String8("WVAssetDBPathKey")).string(); - //LOGV("onAcquireDrmInfo: portal=%s, dsPath=%s", credentials.portal.c_str(), assetDbPath.c_str()); + //ALOGV("onAcquireDrmInfo: portal=%s, dsPath=%s", credentials.portal.c_str(), assetDbPath.c_str()); credentials.drmServerURL = drmInfoRequest->get(String8("WVDRMServerKey")).string(); credentials.userData = drmInfoRequest->get(String8("WVCAUserDataKey")).string();