projects
/
platform
/
core
/
uifw
/
stt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2640fb9
)
Fix invalid log tag and return value
53/158153/1
author
Suyeon Hwang
<stom.hwang@samsung.com>
Mon, 30 Oct 2017 06:45:57 +0000
(15:45 +0900)
committer
Suyeon Hwang
<stom.hwang@samsung.com>
Mon, 30 Oct 2017 06:45:57 +0000
(15:45 +0900)
Change-Id: I62812a2b3b6537efe99555b8710307dd57d49aec
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/sttd_dbus.c
patch
|
blob
|
history
diff --git
a/server/sttd_dbus.c
b/server/sttd_dbus.c
index
768ce83
..
128ba00
100644
(file)
--- a/
server/sttd_dbus.c
+++ b/
server/sttd_dbus.c
@@
-656,8
+656,8
@@
int __sttd_request_custom_dbus_name()
}
if (NULL == g_conn_custom) {
- SLOG(LOG_ERROR, TAG_STT
C
, "[ERROR] fail to get dbus connection");
- return STT_ERROR_OPERATION_FAILED;
+ SLOG(LOG_ERROR, TAG_STT
D
, "[ERROR] fail to get dbus connection");
+ return STT
D
_ERROR_OPERATION_FAILED;
}
dbus_connection_set_exit_on_disconnect(g_conn_custom, false);