We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdd6a5 commit 01b1461Copy full SHA for 01b1461
src/generic-ble.js
@@ -589,7 +589,7 @@ export default function(RED) {
589
} else {
590
p = this.genericBleNode.operations.read(msg.topic).then((readObj) => {
591
if (!readObj) {
592
- this.log(`Nothing to read`);
+ this.warn(`<${this.uuid}> Nothing to read`);
593
return;
594
}
595
let payload = {
0 commit comments