Skip to content

Commit

Permalink
Add square brackets around tags in logs in FabricUIManager
Browse files Browse the repository at this point in the history
Summary:
See title.

Changelog: [Internal]

Differential Revision: D23257809

fbshipit-source-id: b8e519971603506e8ae2b327582d3e3e7d65fddf
  • Loading branch information
JoshuaGross authored and facebook-github-bot committed Aug 23, 2020
1 parent 39689bd commit 1d05d46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ public int getIndex() {
public String toString() {
return "InsertMountItem ["
+ mReactTag
+ "] - parentTag: "
+ "] - parentTag: ["
+ mParentReactTag
+ " - index: "
+ "] - index: "
+ mIndex;
}
}

0 comments on commit 1d05d46

Please sign in to comment.