eclipse-mosquitto / mosquitto

Eclipse Mosquitto - An open source MQTT broker
https://mosquitto.org
Other
9.13k stars 2.41k forks source link

Increase logging of errors #3106

Closed ftapajos closed 2 months ago

ftapajos commented 2 months ago

fix #2579

Commit 6113eac95a9df634fbc858be542c4a0456bfe7b9 started using MQTTRC enums as a handle__publish return value, which typically were MOSQERR values. I personally think this is a good use, however the logging system should comply with it.

ralight commented 2 months ago

Looks good to me, thank you very much.