mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	debugging
This commit is contained in:
		| @@ -393,6 +393,7 @@ module.exports = function(RED) { | ||||
|                                     if (node.subscriptions[s].hasOwnProperty(r)) { | ||||
|                                         qos = Math.max(qos,node.subscriptions[s][r].qos); | ||||
|                                         _options = node.subscriptions[s][r].options; | ||||
|                                         debug(`MQTT: Adding handler for ${r} to ${s}`); | ||||
|                                         node.client.on('message',node.subscriptions[s][r].handler); | ||||
|                                     } | ||||
|                                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user