diff --git a/nodes/core/hardware/36-rpi-gpio.js b/nodes/core/hardware/36-rpi-gpio.js index 473c76a7d..5673f015c 100644 --- a/nodes/core/hardware/36-rpi-gpio.js +++ b/nodes/core/hardware/36-rpi-gpio.js @@ -150,7 +150,7 @@ module.exports = function(RED) { node.status({fill:"green",shape:"dot",text:msg.payload.toString()}); } else { - node.error("nrpgio python command not running"); + node.error("nrpgio python command not running",msg); node.status({fill:"red",shape:"ring",text:"not running"}); } }