Skip to content

Commit

Permalink
Fix Coap server got a wrong messagge
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Jun 19, 2024
1 parent 484aa53 commit 2bf21de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coapServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class CoapServer extends EventEmitter {
// this.emit('update', coapMessage);
this.parseShellyMessage(msg);
} else {
this.log.warn(`Coap server got a wrong messagge code ${BLUE}${msg.code}${wr} url ${BLUE}${msg.url}${wr} rsinfo ${db}${debugStringify(msg.rsinfo)}...`);
// this.log.warn(`Coap server got a wrong messagge code ${BLUE}${msg.code}${wr} url ${BLUE}${msg.url}${wr} rsinfo ${db}${debugStringify(msg.rsinfo)}...`);
// console.log(msg);
}
});
Expand Down

0 comments on commit 2bf21de

Please sign in to comment.