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