mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-09 08:27:58 +08:00
日志改为debug输出
This commit is contained in:
@@ -109,7 +109,7 @@ public class YKCUtils {
|
|||||||
|
|
||||||
// 如果是0x03帧,则不进行crc校验
|
// 如果是0x03帧,则不进行crc校验
|
||||||
if (0x03 == frameType[0]) {
|
if (0x03 == frameType[0]) {
|
||||||
log.info("0x03帧,则不进行crc校验");
|
log.debug("0x03帧,则不进行crc校验");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user