Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed May 1, 2020
1 parent 8349101 commit dcb306a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/onvif/camera.py
Expand Up @@ -445,7 +445,7 @@ async def async_perform_ptz(
self._ptz_service = None
LOGGER.debug("Camera '%s' doesn't support PTZ.", self._name)
else:
LOGGER.error("Error trying to perform PTZ action", err)
LOGGER.error("Error trying to perform PTZ action: %s", err)

async def async_added_to_hass(self):
"""Handle entity addition to hass."""
Expand Down

0 comments on commit dcb306a

Please sign in to comment.