日志调整及现场测试

This commit is contained in:
tiger_zhou 2024-06-12 16:22:31 +08:00
parent 650488e1c7
commit 3bf7a146af
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 468cc7896408951a5627777aa862a58716642317
Subproject commit cebe83f5c4a9330fb08690e0e2ebc068d55ce54c

View File

@ -162,7 +162,7 @@ func (b *BtmVobcClient) handleBtmVobcFrames(cfs []byte) {
train := b.manage.GetConnVobcTrain()
if train == nil {
slog.Error("vobc btm 未找到VOBC连接的列车...")
//slog.Error("vobc btm 未找到VOBC连接的列车...")
return
}
requestId := uuid.New().String()