Fix mismatch between log format and actual parameter
[platform/core/uifw/inputdelegator.git] / src / w-input-stt-voice.cpp
index 815ef56..4735348 100755 (executable)
@@ -530,7 +530,6 @@ static Eina_Bool _idler_cb(void *data)
 
        PRINTFUNC(DLOG_DEBUG, "");
 
-
        if (true == _app_stt_initialize(voicedata)) {
                LOGD("_app_stt_initialize None Error");
                voicedata->voicefw_state = 1;
@@ -871,7 +870,7 @@ void on_initial_anim_press_cb(void *data, Evas_Object *obj, const char *emission
 
        int tempVal = vd->sttmanager->GetCurrent();
        if(tempVal == STT_STATE_CREATED) {
-               PRINTFUNC(DLOG_WARN, "IGNORE TOUCH event before STT READY. STT is preparing", vd->state);
+               PRINTFUNC(DLOG_WARN, "IGNORE TOUCH event before STT READY. STT is preparing");
                return;
        }
 
@@ -1963,6 +1962,7 @@ int init_voicedata(VoiceData *r_voicedata)
        voicedata->main_entry = NULL;
        voicedata->state = STT_STATE_VAL_INIT;
        voicedata->kbd_lang = NULL;
+       voicedata->setup_timer = NULL;
        voicedata->start_timer = NULL;
        voicedata->refresh_timer = NULL;
        voicedata->textblock_timer = NULL;