Revert "修复问题"
This reverts commit 2b3e703b5845d403d0c9ad7901c96c7dbff7b397.
This commit is contained in:
parent
4aceaded03
commit
f81e541cad
@ -253,9 +253,9 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
|
||||
buf1005.writeBytes(originalData, insertIndex / 2, originalData.length - insertIndex / 2);
|
||||
|
||||
// 添加日志,记录插入位置和完整数据
|
||||
// logger.info("Inserted RTCM 1005 message before position {}, complete data: {}",
|
||||
// insertIndex,
|
||||
// ByteUtil.bytesToHexString(buf.array()));
|
||||
logger.info("Inserted RTCM 1005 message before position {}, complete data: {}",
|
||||
insertIndex,
|
||||
ByteUtil.bytesToHexString(buf.array()));
|
||||
}
|
||||
|
||||
// 更新最后转发时间
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user