Fix build error at debug mode 39/319039/1 accepted/tizen_9.0_unified accepted/tizen_unified_toolchain tizen_9.0 accepted/tizen/9.0/unified/20241031.000156 accepted/tizen/9.0/unified/20241121.045843 accepted/tizen/unified/20241017.114806 accepted/tizen/unified/20241108.105456 accepted/tizen/unified/20241120.162328 accepted/tizen/unified/20241205.173748 accepted/tizen/unified/20241211.152202 accepted/tizen/unified/toolchain/20241022.122335 accepted/tizen/unified/toolchain/20241022.122823 accepted/tizen/unified/x/20241017.075846 accepted/tizen/unified/x/asan/20241022.113326 tizen_9.0_m2_release
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 14 Oct 2024 05:15:02 +0000 (14:15 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 14 Oct 2024 05:15:02 +0000 (14:15 +0900)
There was typo error and we got compile error at debug mode

Change-Id: I1ae0ccc564646ea01350f84caf87399c8a0f1549
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
widget_viewer_dali/internal/widget_view/widget_view_impl.cpp

index 70a5925b80bd18f2638531e0281b5e6f8dbdc591..bb4ca1805f7e524ed952c337d4b6f453ad5f37c9 100644 (file)
@@ -1211,7 +1211,7 @@ void WidgetView::OnInheritedVisibilityChanged( Actor actor, bool isVisible )
   {
     PauseWidgetInternally();
   }
-  DALI_LOG_INFO( gWidgetViewLogging, Debug::Verbose, "WidgetView::OnInheritedVisibilityChanged: visibility is changed (visible: %d) [%p]\n", visible, this );
+  DALI_LOG_INFO( gWidgetViewLogging, Debug::Verbose, "WidgetView::OnInheritedVisibilityChanged: visibility is changed (visible: %d) [%p]\n", isVisible, this );
 }
 
 void WidgetView::OnUpdateArea( Dali::PropertyNotification& source )