Fix typo error 86/322786/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Apr 2025 01:59:28 +0000 (10:59 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 16 Apr 2025 02:05:00 +0000 (11:05 +0900)
Change-Id: I262c32601df7eb2c993f0ec54bb3171d082404da
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/event/animation/animation-impl.cpp

index c60d1acb02859580c3428d2c8ce41d7fa5cec2e1..e252f9270809225fb577b17cebfb6b7d424c1f00 100644 (file)
@@ -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);