From: Ji-hoon Lee Date: Thu, 4 Apr 2024 08:52:44 +0000 (+0900) Subject: Fix build break X-Git-Tag: accepted/tizen/unified/20240405.115706^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbd5dbccd2f8fbe1cc4b6667c4018fb0282041d0;p=platform%2Fcore%2Fuifw%2Fmulti-assistant-service.git Fix build break Change-Id: I1f8b51982b2d24cc719b9225d5979111716764d3 --- diff --git a/wakeup-manager/src/wakeup_manager.cpp b/wakeup-manager/src/wakeup_manager.cpp index 1dff730..8fc6f2b 100644 --- a/wakeup-manager/src/wakeup_manager.cpp +++ b/wakeup-manager/src/wakeup_manager.cpp @@ -1189,8 +1189,9 @@ void CWakeupManager::stop_streaming_duration_timer() if (!manager) return; Ecore_Timer* timer = manager->get_streaming_duration_timer(); - MWR_LOGI("DURATION_TIMER EXISTS : %p %p", timer, ret); + MWR_LOGI("DURATION_TIMER EXISTS : %p", timer); void* ret = ecore_timer_del(timer); + MWR_LOGI("ret : %p", ret); manager->set_streaming_duration_timer(nullptr); }, this); }