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/4.0/unified/20171108.063730~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fstt.git;a=commitdiff_plain;h=refs%2Fchanges%2F55%2F158155%2F1 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 cf69d02..3efb328 100644 --- a/server/sttd_dbus.c +++ b/server/sttd_dbus.c @@ -653,8 +653,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);