Change log level 68/232268/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 29 Apr 2020 10:33:34 +0000 (19:33 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 29 Apr 2020 10:33:58 +0000 (19:33 +0900)
Change-Id: I2fa577bfee8dc5a470664fb7394680fc29e2b02d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/core/amd_launch.c

index 9c5175c518bd15f60ffd8bb3427eea7f7a6e8d2d..9fd3b2139bab2602faa07acdee3dcc3754a7b9f6 100644 (file)
@@ -2892,7 +2892,7 @@ static int __prepare_starting_app(struct launch_s *handle, request_h req,
        handle->appid = appid;
        handle->ai = _appinfo_find(target_uid, appid);
        if (handle->ai == NULL) {
-               _D("Failed to find appinfo of %s", appid);
+               _E("Failed to find appinfo of %s", appid);
                return -ENOENT;
        }