Fix timeout period of ecore_timer in prepare
[platform/core/uifw/stt.git] / client / stt_dbus.c
index 32a9dea..f589775 100644 (file)
@@ -926,6 +926,7 @@ int stt_dbus_request_hello(int uid)
                result_msg = dbus_connection_send_with_reply_and_block(g_conn_sender, msg, g_waiting_short_time, &err);
                dbus_message_unref(msg);
                if (dbus_error_is_set(&err)) {
+                       SLOG(LOG_ERROR, TAG_STTC, "[ERROR] Get arguments error (%s)", err.message);
                        dbus_error_free(&err);
                }