Add missing name to logging in DataUpdateCoordinator (#32023)

This commit is contained in:
MatthewFlamm
2020-02-20 10:51:15 -05:00
committed by Paulus Schoutsen
parent f58e5a2185
commit 425e6b2b1f

View File

@@ -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(