codyc1515 / homebridge-panasonic-air-conditioner

Panasonic Air Conditioner / Heat Pump plugin for HomeBridge using the Panasonic Comfort Cloud API to expose Panasonic Air Conditioners to Apples HomeKit
MIT License
34 stars 13 forks source link

Fix overwriting request error message at login #49

Closed rupertbg closed 3 years ago

rupertbg commented 3 years ago

Previously, if the underlying TCP/HTTP request threw an error, the err was overwritten by the failure to log the body object, since no body object is present when the underlying request fails.

rupertbg commented 3 years ago

@codyc1515 - very basic logging fix

codyc1515 commented 3 years ago

Thank you for this.