Skip to content

Commit

Permalink
Merge 09cc5b2 into f62eb22
Browse files Browse the repository at this point in the history
  • Loading branch information
arsaboo committed Mar 4, 2019
2 parents f62eb22 + 09cc5b2 commit 9c87088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/camera/generic.py
Expand Up @@ -128,7 +128,7 @@ def fetch():
url, auth=self._auth)
self._last_image = await response.read()
except asyncio.TimeoutError:
_LOGGER.error("Timeout getting camera image")
_LOGGER.error("Timeout getting image from: %s", self._name)
return self._last_image
except aiohttp.ClientError as err:
_LOGGER.error("Error getting new camera image: %s", err)
Expand Down

0 comments on commit 9c87088

Please sign in to comment.