Fix build break 75/309075/1 accepted/tizen/unified/20240405.115706 accepted/tizen/unified/x/20240408.053718
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 4 Apr 2024 08:52:44 +0000 (17:52 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 4 Apr 2024 08:52:44 +0000 (17:52 +0900)
Change-Id: I1f8b51982b2d24cc719b9225d5979111716764d3

wakeup-manager/src/wakeup_manager.cpp

index 1dff730..8fc6f2b 100644 (file)
@@ -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);
        }