projects
/
platform
/
core
/
system
/
resourced-headless.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
983d595
)
daemon : print correct error message
50/150750/1
author
Kichan Kwon
<k_c.kwon@samsung.com>
Mon, 18 Sep 2017 11:08:57 +0000
(20:08 +0900)
committer
Kichan Kwon
<k_c.kwon@samsung.com>
Mon, 18 Sep 2017 11:08:57 +0000
(20:08 +0900)
Change-Id: Ieecfb4a22032d38b68372250c8f5d42163500203
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/daemon/main.c
patch
|
blob
|
history
diff --git
a/src/daemon/main.c
b/src/daemon/main.c
index 9cdf7982980ca25df3abae49045fdac70d615e6b..feaad731070c9eca6c4ea44e6f26af95352e5dc3 100644
(file)
--- a/
src/daemon/main.c
+++ b/
src/daemon/main.c
@@
-123,7
+123,7
@@
static int base_load_library(void)
library = dlopen(dentry->d_name, RTLD_NOW);
if (!library) {
- _E("Failed to open %s : %
m", dentry->d_name
);
+ _E("Failed to open %s : %
s", dentry->d_name, dlerror()
);
return -EIO;
}
}