mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix stale camera error message in img_util (#109325)
This commit is contained in:
parent
8038d833e8
commit
5a35c2e1e9
@ -98,6 +98,6 @@ class TurboJPEGSingleton:
|
||||
TurboJPEGSingleton.__instance = TurboJPEG()
|
||||
except Exception: # pylint: disable=broad-except
|
||||
_LOGGER.exception(
|
||||
"Error loading libturbojpeg; Cameras may impact HomeKit performance"
|
||||
"Error loading libturbojpeg; Camera snapshot performance will be sub-optimal"
|
||||
)
|
||||
TurboJPEGSingleton.__instance = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user