Add missing name to logging in DataUpdateCoordinator (#32023)

pull/32211/head
MatthewFlamm 2020-02-20 10:51:15 -05:00 committed by Paulus Schoutsen
parent f58e5a2185
commit 425e6b2b1f
1 changed files with 1 additions and 1 deletions

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(