Fix mismatch between log format and actual parameter
[platform/core/uifw/inputdelegator.git] / src / w-input-stt-voice.cpp
index b238446..4735348 100755 (executable)
@@ -870,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;
        }