domotruc / jMQTT

Jeedom plugin to interface as a client with an MQTT broker.
16 stars 8 forks source link

misleading debug log message on topic subscription callback #31

Closed domotruc closed 6 years ago

domotruc commented 6 years ago

Following debug log message:

[DEBUG] : mosquitto: topic subscription accepted, mid=3 ,qos=1

is misleading as qos is not the qos asssociated to the subscription (see Mosquitto-PHP documentation).

It is proposed to suppress the log of qos.