Log lines do not end with a full stop (#37527)
This commit is contained in:
parent
01fd33f173
commit
53545c984b
154 changed files with 254 additions and 261 deletions
|
@ -103,7 +103,7 @@ class NestCamera(Camera):
|
|||
def turn_on(self):
|
||||
"""Turn on camera."""
|
||||
if not self._online:
|
||||
_LOGGER.error("Camera %s is offline.", self._name)
|
||||
_LOGGER.error("Camera %s is offline", self._name)
|
||||
return
|
||||
|
||||
_LOGGER.debug("Turn on camera %s", self._name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue