forked from home-assistant/core
Add missing name to logging in DataUpdateCoordinator (#32023)
This commit is contained in:
committed by
Paulus Schoutsen
parent
f58e5a2185
commit
425e6b2b1f
@@ -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