Skip to content

Commit 85e639b

Browse files
committed
add log
1 parent 25fa7d8 commit 85e639b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CrazyCar/Assets/Scripts/System/MatchRoomSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public void OnStatusMsg(JsonData recJD) {
168168
}
169169

170170
public void OnStartMsg(JsonData recJD) {
171-
Debug.LogError("OnStartMsg = " + recJD.ToJson());
171+
Debug.Log("OnStartMsg = " + recJD.ToJson());
172172
if ((int)recJD["code"] == 200) {
173173
this.GetSystem<IDataParseSystem>().ParseSelectMatch(recJD);
174174
this.SendEvent<MatchRoomStartEvent>();

0 commit comments

Comments
 (0)