mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add missing name to logging in DataUpdateCoordinator (#32023)
This commit is contained in:
parent
d6c185fdf4
commit
6c9d4a6d15
@ -128,7 +128,7 @@ class DataUpdateCoordinator:
|
|||||||
else:
|
else:
|
||||||
if not self.last_update_success:
|
if not self.last_update_success:
|
||||||
self.last_update_success = True
|
self.last_update_success = True
|
||||||
self.logger.info("Fetching %s data recovered")
|
self.logger.info("Fetching %s data recovered", self.name)
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
self.logger.debug(
|
self.logger.debug(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user