diff --git a/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/v2_view.ts b/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/v2_view.ts index 9f0741c35bf38d0b320f314dad71ede4f1bd0364..7d55b1cc7b52f88fcdb3e8e4129ea0a395873101 100644 --- a/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/v2_view.ts +++ b/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/v2_view.ts @@ -65,7 +65,7 @@ abstract class ViewV2 extends PUV2ViewBase implements IView { stateMgmtConsole.debug(`Both V1 and V2 components are involved. Disabling Parent-Child optimization`) ObserveV2.getObserve().isParentChildOptimizable_ = false; } - stateMgmtConsole.debug(`ViewV2 constructor: Creating @Component '${this.constructor.name}' from parent '${parent?.constructor.name}'`); + stateMgmtConsole.debug(`ViewV2 constructor: Creating @ComponentV2 '${this.constructor.name}' from parent '${parent?.constructor.name}'`); } /**