[3.0] (button) Downgrade warning level of setting Label Text APIs to only show with...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / buttons / button.cpp
index 783e1e6..53c1979 100644 (file)
@@ -157,7 +157,7 @@ float Button::GetAnimationTime() const
 
 void Button::SetLabelText( const std::string& label )
 {
-  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: SetLabelText() is deprecated and will be removed from next release. Use SetProperty LABEL or Styling file instead.\n" );
+  DALI_LOG_WARNING("DEPRECATION WARNING: SetLabelText() is deprecated and will be removed from next release. Use SetProperty LABEL or Styling file instead.\n" );
 
   Dali::Toolkit::GetImplementation( *this ).SetLabelText( label );
 }