[x] Do each of your commits have a "Signed-off-by" line, with the correct email address? Use "git commit -s" to generate this line for you.
[x] If you are contributing a new feature, is your work based off the develop branch?
[x] If you are contributing a bugfix, is your work based off the fixes branch?
[x] Have you added an explanation of what your changes do and why you'd like us to include them?
[x] Have you successfully run make test with your changes locally?
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.
make test
with your changes locally?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.