Delete processing timer at main thread
[platform/core/uifw/stt.git] / common / stt_engine.c
index 14e6276..57944a2 100644 (file)
@@ -557,7 +557,7 @@ int stt_engine_check_app_agreed(const char* appid, bool* is_agreed)
                return 0;
        }
 
-       SLOG(LOG_INFO, stt_tag(), "[Engine Info] request to app agreed, appid(%s), is_agreed(%d)", appid, is_agreed);
+       SLOG(LOG_INFO, stt_tag(), "[Engine Info] request to app agreed, appid(%s), is_agreed(%d)", appid, *is_agreed);
 
        int ret = g_engine->callback->check_app_agreed(appid, is_agreed);
        if (0 != ret) {