fix logging-not-lazy

This commit is contained in:
Pascal Vizeli 2016-06-25 22:20:09 +02:00
parent f3199e7dae
commit c3b25f2cd5

View File

@ -389,8 +389,8 @@ class HMDevice(Entity):
except Exception as err:
self._connected = False
self._available = False
_LOGGER.error("Exception while linking %s: %s" %
(self._address, str(err)))
_LOGGER.error("Exception while linking %s: %s",
self._address, str(err))
else:
_LOGGER.critical("Delink %s object from HM!", self._name)
self._connected = False