projects
/
platform
/
core
/
appfw
/
amd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e93f6fe
)
Change log level
68/232268/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 29 Apr 2020 10:33:34 +0000
(19:33 +0900)
committer
Hwankyu 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
patch
|
blob
|
history
diff --git
a/src/core/amd_launch.c
b/src/core/amd_launch.c
index 9c5175c518bd15f60ffd8bb3427eea7f7a6e8d2d..9fd3b2139bab2602faa07acdee3dcc3754a7b9f6 100644
(file)
--- a/
src/core/amd_launch.c
+++ b/
src/core/amd_launch.c
@@
-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;
}