Revert "Fix log messages" 46/125146/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 14 Apr 2017 04:17:05 +0000 (13:17 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 14 Apr 2017 04:17:08 +0000 (13:17 +0900)
This reverts commit bdeb0fd445c6fc5ce88eb7c37ae82d93befef3cf.

Change-Id: I1a176c1d26409ecc5a0b2e58b6d8622a2c70e595

src/launchpad.c
src/launchpad_lib.c

index e316954..fef9868 100755 (executable)
@@ -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;
                }
 
index ce13216..c73c4fd 100644 (file)
@@ -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;
        }