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:
763073f
)
Fix typo of error message
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 17 Jan 2023 07:47:06 +0000
(07:47 +0000)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 25 Jan 2023 00:53:42 +0000
(
00:53
+0000)
- 'Faled' -> 'Failed'
Change-Id: Ie2901a4ae3eea3d83e9a7c1ec7f78717cc7f7d1d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/amd_app_status.cc
patch
|
blob
|
history
diff --git
a/src/lib/amd_app_status.cc
b/src/lib/amd_app_status.cc
index eae6c09c06f616a37b1b46b543a92b9247b41e80..49ac9fe3de2a427e77c69e0aa27550f0f6ba9744 100644
(file)
--- a/
src/lib/amd_app_status.cc
+++ b/
src/lib/amd_app_status.cc
@@
-705,7
+705,7
@@
static int DispatchAppGetStatus(request_h req) {
pid_t pid = atoi(pid_str);
auto app = amd::app_status::AppStatusManager::GetInst().Find(pid);
if (app == nullptr) {
- _E("Faled to find app status. pid(%d)", pid);
+ _E("Fa
i
led to find app status. pid(%d)", pid);
return -1;
}