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

index f2e728b..02045bb 100644 (file)
@@ -73,8 +73,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;
   }