error warn

This commit is contained in:
Oren Zomer 2015-11-02 23:46:17 +02:00
parent fefac84369
commit acb4b6ad12

View File

@ -75,7 +75,7 @@ module.exports = function(RED) {
node.client.on("error", function(error) {
node.status({fill:"grey",shape:"dot",text:"error"});
node.log(error);
node.warn(error);
});
node.status({fill:"grey",shape:"ring",text:"connecting"});