From: Eunki, Hong Date: Wed, 16 Apr 2025 01:59:28 +0000 (+0900) Subject: Fix typo error X-Git-Tag: dali_2.4.15~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e09a4eb40f73b9b666b4778d92288e090a93f52e;p=platform%2Fcore%2Fuifw%2Fdali-core.git Fix typo error Change-Id: I262c32601df7eb2c993f0ec54bb3171d082404da Signed-off-by: Eunki, Hong --- 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);