Revert "修复问题"

This reverts commit 2b3e703b5845d403d0c9ad7901c96c7dbff7b397.
This commit is contained in:
yarnom 2025-11-17 17:15:20 +08:00
parent 4aceaded03
commit f81e541cad

View File

@ -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()));
}
// 更新最后转发时间