From: Suyeon Hwang Date: Mon, 30 Oct 2017 06:45:57 +0000 (+0900) Subject: Fix invalid log tag and return value X-Git-Tag: accepted/tizen/unified/20180305.062850~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ba4dde061d5754d499c4d9c9bdd7f07a27ef9d1;hp=2640fb987983c80bd5312f9bc03e7b321dbeff78;p=platform%2Fcore%2Fuifw%2Fstt.git Fix invalid log tag and return value Change-Id: I62812a2b3b6537efe99555b8710307dd57d49aec Signed-off-by: Suyeon Hwang --- 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);