From 425e6b2b1fe9197334135afba6fdc03df69f8a63 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Thu, 20 Feb 2020 10:51:15 -0500 Subject: [PATCH] Add missing name to logging in DataUpdateCoordinator (#32023) --- homeassistant/helpers/update_coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/helpers/update_coordinator.py b/homeassistant/helpers/update_coordinator.py index 5f0490b6ea2..fe877fe9bb8 100644 --- a/homeassistant/helpers/update_coordinator.py +++ b/homeassistant/helpers/update_coordinator.py @@ -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(