Fix log messages 93/123293/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 5 Apr 2017 06:54:22 +0000 (15:54 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 5 Apr 2017 06:54:22 +0000 (15:54 +0900)
Change-Id: I0a51bd9e10e6dd5e2c4c1b50746c07606b275fd2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad.c
src/launchpad_lib.c

index fef9868..e316954 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 prohibited", appid);
+                       _W("Launching %s has been denied.", appid);
                        return PAD_ERR_REJECTED;
                }
 
index c73c4fd..ce13216 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 prohibited", appid);
+               _W("Launching %s has been denied.", appid);
                return -1;
        }