projects
/
platform
/
core
/
connectivity
/
inm-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89abb0
)
Fix debug message
28/195128/1
accepted/tizen/unified/20181217.064635
submit/tizen/20181211.041504
submit/tizen/20181214.044902
author
Yu
<jiung.yu@samsung.com>
Tue, 11 Dec 2018 03:59:32 +0000
(12:59 +0900)
committer
Yu
<jiung.yu@samsung.com>
Tue, 11 Dec 2018 03:59:41 +0000
(12:59 +0900)
Change-Id: I4bc506517d404776c275497418f67f9f96a37412
Signed-off-by: Yu Jiung <jiung.yu@samsung.com>
src/inm-util.c
patch
|
blob
|
history
diff --git
a/src/inm-util.c
b/src/inm-util.c
index 313c6ff1e0d72ba69fad8c65e9e52ce058d05408..e7ee21605fa40cfdb580d249e53bcfdeb8350f06 100644
(file)
--- a/
src/inm-util.c
+++ b/
src/inm-util.c
@@
-680,7
+680,7
@@
int inm_execute_file_no_wait(const char *file_path, char *const args[])
state = sigaction(SIGCHLD, &act, 0);
if (state != 0) {
- INM_LOGI("sigaction
() : %
d");
+ INM_LOGI("sigaction
SIGCHLD faile
d");
__INM_FUNC_EXIT__;
return -1;
}