mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
fix logging-not-lazy
This commit is contained in:
parent
f3199e7dae
commit
c3b25f2cd5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user