Add missing name to logging in DataUpdateCoordinator (#32023)

This commit is contained in:
MatthewFlamm 2020-02-20 10:51:15 -05:00 committed by GitHub
parent d6c185fdf4
commit 6c9d4a6d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(