From 9ba4dde061d5754d499c4d9c9bdd7f07a27ef9d1 Mon Sep 17 00:00:00 2001 From: Suyeon Hwang Date: Mon, 30 Oct 2017 15:45:57 +0900 Subject: [PATCH 1/1] Fix invalid log tag and return value Change-Id: I62812a2b3b6537efe99555b8710307dd57d49aec Signed-off-by: Suyeon Hwang --- server/sttd_dbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sttd_dbus.c b/server/sttd_dbus.c index 768ce83..128ba00 100644 --- 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_STTC, "[ERROR] fail to get dbus connection"); - return STT_ERROR_OPERATION_FAILED; + SLOG(LOG_ERROR, TAG_STTD, "[ERROR] fail to get dbus connection"); + return STTD_ERROR_OPERATION_FAILED; } dbus_connection_set_exit_on_disconnect(g_conn_custom, false); -- 2.7.4