From f27961e3e8e6fc83a2bb70f178c7f67d6fc09458 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 14 Apr 2017 13:17:05 +0900 Subject: [PATCH] Revert "Fix log messages" This reverts commit bdeb0fd445c6fc5ce88eb7c37ae82d93befef3cf. Change-Id: I1a176c1d26409ecc5a0b2e58b6d8622a2c70e595 --- src/launchpad.c | 2 +- src/launchpad_lib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/launchpad.c b/src/launchpad.c index e316954..fef9868 100755 --- a/src/launchpad.c +++ b/src/launchpad.c @@ -711,7 +711,7 @@ static int __prepare_exec(const char *appid, const char *app_path, /* CHECK PRIVACY */ ret = security_manager_prepare_app_privacy(appid); if (ret != SECURITY_MANAGER_SUCCESS) { - _W("Launching %s has been denied.", appid); + _W("Launching %s has been prohibited", appid); return PAD_ERR_REJECTED; } diff --git a/src/launchpad_lib.c b/src/launchpad_lib.c index ce13216..c73c4fd 100644 --- a/src/launchpad_lib.c +++ b/src/launchpad_lib.c @@ -73,7 +73,7 @@ static int __prepare_exec(const char *appid, const char *app_path, /* CHECK PRIVACY */ ret = security_manager_prepare_app_privacy(appid); if (ret != SECURITY_MANAGER_SUCCESS) { - _W("Launching %s has been denied.", appid); + _W("Launching %s has been prohibited", appid); return -1; } -- 2.7.4