Added control focus state change to KeyboardFocusManager
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / builder / builder-impl.cpp
index 9b6daa0..ac5ea3e 100644 (file)
@@ -1258,7 +1258,7 @@ void Builder::RecordStyle( StylePtr           style,
       }
       else
       {
-        DALI_LOG_WARNING( "RecordState() Node \"%s\" is not a JSON array or object\n", key.c_str() );
+        DALI_LOG_WARNING( "RecordStyle() Node \"%s\" is not a JSON array or object\n", key.c_str() );
       }
     }
     else if( key == KEYNAME_TYPE ||