maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.12k stars 170 forks source link

server: Fix CLIENT_DEBUG calls #163

Closed leoetlino closed 4 years ago

leoetlino commented 4 years ago

Fixes a regression introduced by 59f5901f.

maximkulkin commented 4 years ago

Thanks for fixing this. I was planning to display the query param value, but later decided not to. So, while this does fixes the problem, it leaves unnecessary strndup() calls. Also, it seems that those messages are actually errors, so log level needs to be changed. I have my own change that addresses all of those, so I will close this PR.