Rename log message / handle cancellederror on image proxy (#5331)

This commit is contained in:
Pascal Vizeli
2017-01-15 17:35:58 +01:00
committed by Paulus Schoutsen
parent 85a84549eb
commit c458ee29f2
4 changed files with 12 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ class FFmpegCamera(Camera):
response.write(data)
except asyncio.CancelledError:
_LOGGER.debug("Close stream by browser.")
_LOGGER.debug("Close stream by frontend.")
response = None
finally: