mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Add missing name to logging in DataUpdateCoordinator (#32023)
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user