parser: minor.
This commit is contained in:
parent
67e6c8d768
commit
bae2aa33dd
@ -103,7 +103,7 @@ Parser.prototype.parse = function parse(data) {
|
|||||||
if (checksum !== this.header.checksum) {
|
if (checksum !== this.header.checksum) {
|
||||||
this.waiting = 24;
|
this.waiting = 24;
|
||||||
this.header = null;
|
this.header = null;
|
||||||
this.error('Invalid checksum: %d.', util.hex32(checksum));
|
this.error('Invalid checksum: %s.', util.hex32(checksum));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user