Fix log message 91/211891/1
authorHwankyu Jhun <h.jhun@samsung.com>
Sat, 10 Aug 2019 16:14:34 +0000 (01:14 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Sat, 10 Aug 2019 16:14:56 +0000 (01:14 +0900)
Change-Id: Ie34bdd3e39ddb990694478bcec1906085e9513c9
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/ac-internal.cc

index ec3d936..2e97a9a 100644 (file)
@@ -71,8 +71,7 @@ int AccessController::CheckTrusted(const char* sender_appid) {
     return -1;
   }
   if (res != PMINFO_CERT_COMPARE_MATCH) {
-    LOGE("CheckCertificate() Failed : " \
-        "MESSAGE_PORT_ERROR_CERTIFICATE_NOT_MATCH");
+    LOGE("CheckCertificate() Failed : Certificate Not Matched");
     return -1;
   }