summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJi-hoon Lee <dalton.lee@samsung.com>2024-04-04 17:52:44 +0900
committerJi-hoon Lee <dalton.lee@samsung.com>2024-04-04 17:52:44 +0900
commitbbd5dbccd2f8fbe1cc4b6667c4018fb0282041d0 (patch)
tree04687589d8710c8f36052163021e922355f0871c
parent695bca7150a933e4c65ef08f78ab37030b092f26 (diff)
downloadmulti-assistant-service-accepted/tizen_unified.tar.gz
multi-assistant-service-accepted/tizen_unified.tar.bz2
multi-assistant-service-accepted/tizen_unified.zip
Change-Id: I1f8b51982b2d24cc719b9225d5979111716764d3
-rw-r--r--wakeup-manager/src/wakeup_manager.cpp3
1 files changed, 2 insertions, 1 deletions
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);
}