[3.0] Downgrade warning level of deprecated PropertyMap 30/117730/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 7 Mar 2017 08:19:27 +0000 (17:19 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Tue, 7 Mar 2017 08:21:45 +0000 (17:21 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Iee720757dd6eb1d813541a3e6e4f980ece308bec

dali/public-api/object/property-map.cpp

index 2c2732d..ec30ce9 100644 (file)
@@ -93,7 +93,7 @@ Property::Value& Property::Map::GetValue( SizeType position ) const
 
 const std::string& Property::Map::GetKey( SizeType position ) const
 {
-  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: GetKey() is deprecated and will be removed from next release.\n" );
+  DALI_LOG_WARNING( "DEPRECATION WARNING: GetKey() is due to be deprecated in the next release.\n" );
 
   DALI_ASSERT_ALWAYS( position < mImpl->mStringValueContainer.size() && "position out-of-bounds" );
 
@@ -102,7 +102,7 @@ const std::string& Property::Map::GetKey( SizeType position ) const
 
 StringValuePair& Property::Map::GetPair( SizeType position ) const
 {
-  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: GetPair() is deprecated and will be removed from next release.\n" );
+  DALI_LOG_WARNING( "DEPRECATION WARNING: GetPair() is due to be deprecated in the next release.\n" );
 
   DALI_ASSERT_ALWAYS( position < mImpl->mStringValueContainer.size() && "position out-of-bounds" );