From e09a4eb40f73b9b666b4778d92288e090a93f52e Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Wed, 16 Apr 2025 10:59:28 +0900 Subject: [PATCH] Fix typo error Change-Id: I262c32601df7eb2c993f0ec54bb3171d082404da Signed-off-by: Eunki, Hong --- dali/internal/event/animation/animation-impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/internal/event/animation/animation-impl.cpp b/dali/internal/event/animation/animation-impl.cpp index c60d1acb0..e252f9270 100644 --- a/dali/internal/event/animation/animation-impl.cpp +++ b/dali/internal/event/animation/animation-impl.cpp @@ -377,7 +377,7 @@ void Animation::SetDuration(float seconds) } mDurationSeconds = seconds; - DALI_LOG_ANIMATION_INFO("Animation[%u] SetDuration %f (s)\n", mDurationSeconds); + DALI_LOG_ANIMATION_INFO("Animation[%u] SetDuration %f (s)\n", mAnimationId, mDurationSeconds); // mAnimation is being used in a separate thread; queue a message to set the value SetDurationMessage(GetEventThreadServices(), *mAnimation, seconds); -- 2.34.1