mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Rename log message / handle cancellederror on image proxy (#5331)
This commit is contained in:
committed by
Paulus Schoutsen
parent
85a84549eb
commit
c458ee29f2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user