mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +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:
|
||||
if not self.last_update_success:
|
||||
self.last_update_success = True
|
||||
self.logger.info("Fetching %s data recovered")
|
||||
self.logger.info("Fetching %s data recovered", self.name)
|
||||
|
||||
finally:
|
||||
self.logger.debug(
|
||||
|
Loading…
x
Reference in New Issue
Block a user