diff --git a/io/stomp/18-stomp.js b/io/stomp/18-stomp.js index d72b82d4..8fda2872 100644 --- a/io/stomp/18-stomp.js +++ b/io/stomp/18-stomp.js @@ -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"});