From 8fea443e7123a8e5259aa2aa1d5db126bef23708 Mon Sep 17 00:00:00 2001 From: dceejay Date: Mon, 16 Mar 2015 17:09:13 +0000 Subject: [PATCH] Add error msg to rpi node --- nodes/core/hardware/36-rpi-gpio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}); } }