Fix invalid log tag and return value 55/158155/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 30 Oct 2017 06:45:57 +0000 (15:45 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Mon, 30 Oct 2017 06:46:34 +0000 (06:46 +0000)
Change-Id: I62812a2b3b6537efe99555b8710307dd57d49aec
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/sttd_dbus.c

index cf69d02..3efb328 100644 (file)
@@ -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);